Welcome to the Brain-Computer Interface (BCI) project repository!
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.
Ensure you have the following software installed:
-
Clone this repository:
git clone <repository-url>
-
Navigate to the
backend
directory:cd backend
-
Install Python dependencies:
pip install -r requirements.txt
-
More detailed instructions in
backend
folderREADME.md
📖
-
Navigate to the
frontend
directory:cd frontend
-
Install Node.js dependencies:
npm install
-
More detailed instructions in
frontend
folderREADME.md
📖
- Customize the frontend UI and backend logic as per project requirements.
- Refer to individual directories for more detailed instructions and documentation.