Skip to content

kr-prince/fitness_trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Code for virtual fitness trainer application developed as part of capstone project for PGDAIML course - Univ of Hyderabad and AppliedRoots.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published