Skip to content

A fitness application prototype that primarily utilizes pose estimation to aid users while performing exercises. Backed by RESTful Django architecture.

Notifications You must be signed in to change notification settings

VedankPande/FitWave

Repository files navigation


Logo

FitWave

About The Project

screens

Fitwave is a flutter mobile application that aims to serve as a complete fitness partner. We utilize Movenet, a pose estimation model developed by Tensorflow to extract poses from the video camera feed in real-time. Using these extracted keypoints, the app monitors the posture of the user and visually indicates incorrect form.

Additional features:

  • Calorie counter
  • Workout planner

Built With

Usage

  1. migrate
  2. Import assets/data_import/exercisedata.csv to table: workout_exercisedata
  3. Import assets/data_import/fooddata.csv to table: calorieTracker_fooddata

Contributing

We are looking for ways to improve this project through optimizations or new features. Here's how you can contribute to FitWave:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

A fitness application prototype that primarily utilizes pose estimation to aid users while performing exercises. Backed by RESTful Django architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published