Abstract
• Stress detectionusing GSR and EDA signals.
• ML models: Decision Tree, SVM, etc.
• Goal: Real-time stress level prediction from
physiological data.
3.
System Overview
• Problem:High stress levels in working
individuals.
• Goal: Early detection of stress using sensors
and ML.
• Approach: Use GSR data + ML classification.
4.
Technologies Used
• Hardware:Arduino Uno, GSR Sensor.
• Software: Python, Arduino IDE.
• ML Algorithm: Decision Tree Classifier.
5.
System Design
• DataCollection → Preprocessing → Model
Training.
• Prediction: Uses trained ML model on new
data.
• Architecture includes sensor, controller,
storage, model.
6.
Feature Engineering
• Normalization,Label Encoding, PCA.
• Outlier detection and smoothing for signal
clarity.
• Feature extraction critical for ML
performance.