shantanupatil23 / FitWave

A fitness application prototype that primarily utilizes pose estimation to aid users while performing exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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


Languages

Language:Dart 76.7%Language:Python 14.0%Language:JavaScript 4.7%Language:HTML 3.5%Language:Batchfile 0.4%Language:CSS 0.4%Language:Swift 0.2%Language:Kotlin 0.1%Language:Objective-C 0.0%