Gym and sports calorie tracker
A simple ML based website which calculates calculates calories burnt by weighing in various parameters such as TotalSteps, TotalDistance, VeryActiveDistance etc.
Application interface screenshot:
Application screenshot showing what the application does:
Features:
- Id: The customer ID
- ActivityDate: The date for which the activity is getting tracked.
- TotalSteps: Total Steps taken on that day.
- TotalDistance: Total distance covered.
- TrackerDistance: Distance as per the tracker
- LoggedActivitiesDistance: Logged
- VeryActiveDistance: The distance for which the user was the most active.
- ModeratelyActiveDistance: The distance for which the user was moderately active.
- LightActiveDistance: The distance for which the user was the least active.
- SedentaryActiveDistance: The distance for which the user was almost inactive.
- VeryActiveMinutes: The number of minutes for the most activity.
- FairlyActiveMinutes: The number of minutes for moderately activity.
- LightlyActiveMinutes: The number of minutes for the least activity
- SedentaryMinutes: The number of minutes for almost no activity
- Calories(Target): The calories burnt.
This is a POC(Proof of concept) kind-of project. The data used here comes up with no guarantee from the creator. So, don’t use it for making calorie tracking decisions. If you do so, the creator is not responsible for anything. However, this project presents the idea that how we can use ML into practice.
MOTIVATION 💪
Fitness is one of the fastest growing areas. Everybu is moving towards fitness especially after the Covid-19 pandemic. This app is just one small and humble effort to help fitness enthusiasts for their short and long term fitness goals.
In this project, I present a website in which the predictions are implemented as; Batch File PRediction(which predicts and generates a new file with predicted values based in the pre-trained model. For the calories tracking application, the user can input the data and the application will predict the number of calories burnt.
Built with 🛠️
DEPLOYMENT 🚀
Deployment is done using deploy branch.
This website is deployed at Heroku: https://sagar61205.github.io/Gym-and-sports-calorie-tracker/
How to use?
Value-based-prediction ==> enter the corresponding values and it will fetch the number of calories burnt.
File-based-prediction ==> Click in ‘default file prediction’ to see the prediction on the already trained model OR Enter an absolute file path and clixk on ‘Custom file predict’.