Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Sharpz7-Archives/truce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Truce - A Random Forrest Classifier for EMG Data

Installation

  • Go the the Releases Page and download the latest release.

  • Copy the libraries file to "My Documents/Arduino/libraries" (Note: You may need to create the libraries folder)

  • Copy the "truce" folder to "My Documents/Arduino/libraries"

  • Open the Arduino IDE and open the "truce" example.

Libraries

Output

Digital Output Pins 2-4 are used.

State Pin 2 Pin 3 Pin 4
RELAXED 0 0 1
GRIPPED 0 1 0
NONE 0 0 0

Command Help

Most important commands are kept in ./sharpdev.yml

TODO

  • Correctly implement threading
  • Support Rust
  • Create Catboost Model in Python
  • Improve Classification
  • Add continuous integration

About

A Random Forrest classifier for EMG Data

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages