joshuayuan / jester

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On the Pi:

  1. clone this repo
  2. cd jester_pi
  3. python stream_data.py
  • type in your file name to save data to
  1. record data for however many data points you want (maybe several hundred at the least. Keep your arm as still as possible (think of the acceleration vectors in x y and z)
  2. ctrl + c to exit the program and repeat as much as you want
  3. Now upload your files to the google colab
  4. run through the program and train the svm.
  5. Now back here, run python get_data_point.py
  6. Type this into the colab model.predict([...]) and see if it predicts the correct gesture!

About


Languages

Language:Jupyter Notebook 61.0%Language:C++ 14.5%Language:Python 12.5%Language:C 5.7%Language:JavaScript 3.1%Language:HTML 3.0%Language:CSS 0.2%