Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jegp/myo-training
Training myo armband data
https://github.com/jegp/myo-training
Last synced: 11 days ago
JSON representation
Training myo armband data
- Host: GitHub
- URL: https://github.com/jegp/myo-training
- Owner: Jegp
- License: gpl-3.0
- Created: 2018-02-02T04:10:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-15T07:17:48.000Z (almost 7 years ago)
- Last Synced: 2024-10-28T13:00:09.253Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 23.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# myo-training
This repository contains code on how to train a gesture classifier for three simple gesture
classes: right-wave, left-wave and everything else.The notebook produces a k-nearest neighbours and a decision tree model.
For input, you'll need to train your own Myo data, see
[Data_Capture.py](https://github.com/Jegp/myo/blob/master/scripts/Data_Capture.py) in my [myo
repository](https://github.com/Jegp/myo).