Skip to content

A Brain Computer Interface to predict attention span based on EEG data.

Notifications You must be signed in to change notification settings

SiddhantKodolkar/BCI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

🧠 Brain-Computer Interface (BCI)

Welcome to the Brain-Computer Interface (BCI) project repository!

GIF

via GIPHY

📚 Overview

The BCI system is divided into two main components:

  • Frontend: User interface for interacting with the BCI system.
  • Backend: Server-side application responsible for processing brain signals and executing commands.

📋 Prerequisites

Ensure you have the following software installed:

⚙️ Installation

Backend

  1. Clone this repository:

    git clone <repository-url>
  2. Navigate to the backend directory:

    cd backend
  3. Install Python dependencies:

    pip install -r requirements.txt
  4. More detailed instructions in backend folder README.md 📖

Frontend

  1. Navigate to the frontend directory:

    cd frontend
  2. Install Node.js dependencies:

    npm install
  3. More detailed instructions in frontend folder README.md 📖

📝 Additional Notes

  • Customize the frontend UI and backend logic as per project requirements.
  • Refer to individual directories for more detailed instructions and documentation.

👥 Contributors

Contibutors

About

A Brain Computer Interface to predict attention span based on EEG data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published