Pose estimation responsive yoga instructor
YogaAI is a responsive virtual yoga instructor that uses pose estimation to guide and correct a yogi.
You’ll need have the following installed:
1. git clone https://www.github.com/roshancode/YogaAI
2. cd YogaAI
3. ./install.sh
After you’ve trained the classifier on your samples, you should have a pickled model in the ./models
directory. Simply runpython3 app.py
to get your YogaAI instructor running!