Skip to content

MPWhite/exercise-training-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercise Training Data

Data collection in progress

  • Jumping Jacks

Data collection todo

  • Burpees
  • Squat jumps
  • Lunges
  • Squats

Setup

When you run this, you're going to want to do a couple of things to set up.

  1. Navigate to the root directory exercise-training-data
  2. Get virtualenv pip install virtualenv
  3. Install virtualenv virtualenv venv -p python3 --prompt "(exercise-data)"
  4. Activate the venv . venv/bin/activate
  5. Install dependencies pip install -r requirements.txt

Tests

To run the tests, just run py.test in the test directory

Debugging

Some features rely on gevent multiprocessing on order to work (stream_splitter). This can cause issues for some debuggers. You may have to google around to make your debugger work with the monkey-patched gevent code.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages