Skip to content

CLiz17/bci-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain Computer Interfacing (BCI) using OpenBCI Ultracortex

PROCEDURES

  • Install Python latest version

  • Open terminal or command prompt and change directory to the project folder.

$ cd project_folder_path

  • Here project folder name is src

  • Create a virtual environment in the folder and activate it.

    • On MacOS or Linux based distributions : $ python3 -m venv myvenv $ source myvenv/bin/activate

    • On Windows $ python -m venv myvenv $ myvenv\Scripts\activate

  • The following command will install the packages according to the configuration file requirements.txt present in the project folder.

$ pip install -r requirements.txt

RESULT

About

Brain Computing Interface using OpenBCI UltraCortex

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages