Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 751 Bytes

File metadata and controls

28 lines (20 loc) · 751 Bytes

🧠 NeuroWarn BCI Source Code

This directory contains all source code for the NeuroWarn BCI system.

📂 Directory Structure

  • 🔌 backend - Python code for EEG processing and hardware control
  • 🖥️ frontend - Web dashboard for monitoring and visualization
  • 🛠️ hardware - Hardware setup and configuration

🔄 Data Flow

EEG Headset → Backend → Arduino → Wheelchair
       ↓
    Frontend
 (Visualization)

🚀 Getting Started

  1. Set up the hardware components
  2. Install backend dependencies
  3. Configure the EEG headset
  4. Start the backend server
  5. Launch the frontend dashboard

For detailed instructions, see the README files in each subdirectory.