Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.19 KB

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

  • Handle multi-processing in a better way

Application Preview

Image1 Image2 Image3 Image4