kr-prince / fitness_trainer

Code for virtual fitness trainer application developed as part of capstone project for PGDAIML course - Univ of Hyderabad and AppliedRoots.
MIT License
3 stars 2 forks source link

Virtual Fitness Trainer

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.

Setup

  1. Runs on Ubuntu - or similar environment
  2. Install Anaconda. Refer official docs
  3. git clone https://github.com/kr-prince/fitness_trainer.git or simply download the folder locally as zip, and extract it
  4. Open Anaconda prompt and run the following commands
    > cd fitness_trainer/app/
    > conda env create -f environment.yml
    > conda activate virtualFit
  5. Run the application by
    > streamlit run app.py 

Please feel free to add and contribute

TODO

Application Preview

Image1 Image2 Image3 Image4