├── LICENSE ├── README.md ├── class_arousal.csv ├── class_valence.csv ├── emoji ├── 1.png ├── 2.png ├── 3.png ├── 4.png └── 5.png ├── knn_predict.py ├── train_deap.py └── train_std.csv /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhe25p/Emotion-detection-from-EEG/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhe25p/Emotion-detection-from-EEG/HEAD/README.md -------------------------------------------------------------------------------- /class_arousal.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhe25p/Emotion-detection-from-EEG/HEAD/class_arousal.csv -------------------------------------------------------------------------------- /class_valence.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhe25p/Emotion-detection-from-EEG/HEAD/class_valence.csv -------------------------------------------------------------------------------- /emoji/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhe25p/Emotion-detection-from-EEG/HEAD/emoji/1.png -------------------------------------------------------------------------------- /emoji/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhe25p/Emotion-detection-from-EEG/HEAD/emoji/2.png -------------------------------------------------------------------------------- /emoji/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhe25p/Emotion-detection-from-EEG/HEAD/emoji/3.png -------------------------------------------------------------------------------- /emoji/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhe25p/Emotion-detection-from-EEG/HEAD/emoji/4.png -------------------------------------------------------------------------------- /emoji/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhe25p/Emotion-detection-from-EEG/HEAD/emoji/5.png -------------------------------------------------------------------------------- /knn_predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhe25p/Emotion-detection-from-EEG/HEAD/knn_predict.py -------------------------------------------------------------------------------- /train_deap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhe25p/Emotion-detection-from-EEG/HEAD/train_deap.py -------------------------------------------------------------------------------- /train_std.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhe25p/Emotion-detection-from-EEG/HEAD/train_std.csv --------------------------------------------------------------------------------