This repository contains the code for virtual fitness trainer application developed as part of capstone project for PGDAIML course - jointly run by the University of Hyderabad and AppliedRoots.
git clone https://github.com/kr-prince/fitness_trainer.git
or simply download the folder locally as zip, and extract it> cd fitness_trainer/app/
> conda env create -f environment.yml
> conda activate virtualFit
> streamlit run app.py
Please feel free to add and contribute