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.
- Runs on Ubuntu - or similar environment
- Install Anaconda. Refer official docs
git clone https://github.com/kr-prince/fitness_trainer.git
or simply download the folder locally as zip, and extract it- Open Anaconda prompt and run the following commands
> cd fitness_trainer/app/ > conda env create -f environment.yml > conda activate virtualFit
- Run the application by
> streamlit run app.py
Please feel free to add and contribute
- Handle multi-processing in a better way