Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrainNEyeControlledMouse

A Python app that controls the mouse cursor using eye movements and clicks using eeg. This project is a work in progress.


Project Structure

BrainNEyeControlledMouse/
├── README.md
├── config.py
├── main.py
├── app.py
├── requirements.txt
├── Models/
│   ├── __init__.py
│   └── eeg_state.py
├── Controllers/
│   ├── __init__.py
│   └── mediapipe_eye_contour_controller.py
└── Parsers/
   ├── __init__.py
   └── eeg_parser.py

Installation

git clone https://github.com/AlexandrosGiann/BrainNEyeControlledMouse.git
pip install -r requirements.txt

Note

On linux you need to change the PORT in config.py

How to Run:

python main.py

Tested on:

Windows 11 (python 3.11) Linux (Lubuntu)


Author:

Alexandros Giannakis GitHub: https://github.com/AlexandrosGiann

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages