🚀 Transformer-based classifier for emotional state prediction from EEG signals. Built with PyTorch.
- Transformer encoder for EEG sequence modeling
- Multiclass classification (e.g., happy/sad/neutral)
- Fake EEG dataset included for demo use
- Ready for real EEG input from OpenBCI or other devices
pip install -r requirements.txt
python create_fake_data.py
python train.pyCreated by Soroush Zare
MIT License