https://github.com/fanton-dev/eleggo
Eleggo is a programmable brain computer interface, which uses a electroencephalography and machine learning to complete tasks such as hand movement recognition, directional thinking recognition, etc.
https://github.com/fanton-dev/eleggo
Last synced: 4 months ago
JSON representation
Eleggo is a programmable brain computer interface, which uses a electroencephalography and machine learning to complete tasks such as hand movement recognition, directional thinking recognition, etc.
- Host: GitHub
- URL: https://github.com/fanton-dev/eleggo
- Owner: fanton-dev
- License: bsd-3-clause
- Created: 2021-03-11T09:02:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T14:59:47.000Z (about 4 years ago)
- Last Synced: 2025-09-17T16:58:03.567Z (9 months ago)
- Homepage:
- Size: 16.7 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Eleggo
A programmable brain computer interface, which uses a electroencephalography and machine learning to complete tasks such as hand movement recognition, directional thinking recognition, etc.
## Get started
https://user-images.githubusercontent.com/26301867/143781633-97c246e6-2fe1-4d5f-94f9-8cc198a543af.mp4
The project consists of 3 main components:
- **Machine learning algorithms**, such as hand movement detection and directional thinking detection, which process EEG data for classification (located in "[eleggo-ml](https://github.com/fanton-dev/eleggo-ml)")
- **Server & User client**, which provides an easy to program way for setting the se (located in "[eleggo-server](https://github.com/fanton-dev/eleggo-server)")
- **BCI processing board**, which is using the OpenBCI Cyton board as a base and modifying it so that it only uses non-deprecated elements (located in"[eleggo-hardware](https://github.com/fanton-dev/eleggo-hardware)")
For each of the components' repositories there is a corresponding `README.md` with instructions on how to get started.
## Authors
## Contributions
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -a`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request
6. Upon review it will be merged.
## License
Distributed under the BSD-3 Cause license. See [LICENSE](LICENSE) for more information.