Emotion-detection-from-EEG icon indicating copy to clipboard operation
Emotion-detection-from-EEG copied to clipboard

KNN classifier for human emotion from EEG

Results 3 Emotion-detection-from-EEG issues
Sort by recently updated
recently updated
newest added

def main_process(self): fname=Path("data/s01.dat") fout_data = open("features_std.csv",'w') va_label = open("class_valence.csv","w") ar_label = open("class_arousal.csv","w") x = cPickle.load(open(fname, 'rb'), encoding="bytes") in feature_std.csv which file should be place? in your repo no feature_std.csv file...

Hi! Getting the below error when i run: python knn_predict.py, please suggest, thanks At line no. 83 it says!! looks like some datatype conversion error which am not getting. ![image](https://github.com/shubhe25p/Emotion-detection-from-EEG/assets/138357428/2e080218-f002-4afb-b34c-b4584f3f124d)

Hi! It seems interesting what you've done :) Is it possibile to use the model with eeg data from 16 electrodes?