Real-time EEG-based emotion detection and music recommendation system using Muse S headband.
- Real-time EEG processing
- Advanced Emotion classification
- Spotify integration
- 3D visualization
- WebSocket communication
cd backend
pip install -r requirements.txt
cp .env.template .env # Fill in your credentials
Terminal 1 (connect to Muse S headband):
python3 muse/stream.py
Terminal 2 (run backend server):
python3 app.py
cd frontend
pnpm install
pnpm dev
- Connect Muse S headband
- Start backend server
- Launch frontend application
- Experience emotion-based music recommendations