• Created a ML enable fitness training application for the gym people. • Used Kivy MD (Python app framework) to create a application. • The application is connected to ML at the backend taking the input from the camera (can be phone camera or user can connect surveillance camera of the gym). • Based upon user video input, ML model get the pose landmark and based upon particular exercise selected, count the total number of reps perform by user. • Later on, user will be able to view total reps along visualization in the form graph.
- Clone the Repo and do
cd folder_name
- Write the command in terminal
pip install pipenv
- Now, write
pipenv shell
and choose the newly created environment for execution - Later, write
pipenv install -r requirements.txt
command in terminal