Cognitive stress evaluation and prediction platform
I worked on a Python-based platform for running cognitive-state experiments and converting wearable biosensor streams into machine-learning-ready data. The system supported relaxation, cold pressor, Stroop, arithmetic, and video stimulus tasks while logging participant metadata, timestamps, and task durations into structured files for analysis.
- Integrated EDA/GSR and PPG-derived signals, including conductance, heart rate, and heart-rate variability features.
- Built experiment interfaces for repeatable cognitive tasks and event logging so data could be aligned with protocol stages.
- Processed recordings in Jupyter with NumPy, Pandas, and SciPy for merging, trimming, feature extraction, and dataset cleanup.
- Evaluated classical ML baselines including random forest, KNN, and SVM; poster results reported 95 percent accuracy for random forest and KNN, and 87 percent for SVM.

