Skip to content

🎧 Real-time EEG Emotion-Powered Karaoke

License

Notifications You must be signed in to change notification settings

Neural-Natties/Dr.DrEEG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dr. DrEEG: Realtime Emotion-Powered Karaoke

Real-time EEG-based emotion detection and music recommendation system using Muse S headband.

Features

  • Real-time EEG processing
  • Advanced Emotion classification
  • Spotify integration
  • 3D visualization
  • WebSocket communication

Setup

Backend

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

Frontend

cd frontend
pnpm install
pnpm dev

Usage

  • Connect Muse S headband
  • Start backend server
  • Launch frontend application
  • Experience emotion-based music recommendations