An open API service indexing awesome lists of open source software.

https://github.com/rafiqamar/weight-change-prediction-app

An app leveraging machine learning to estimate weight changes based on lifestyle inputs, offering actionable feedback.
https://github.com/rafiqamar/weight-change-prediction-app

exploratory-data-analysis git machine-learning-algorithms python streamlit-webapp

Last synced: 3 months ago
JSON representation

An app leveraging machine learning to estimate weight changes based on lifestyle inputs, offering actionable feedback.

Awesome Lists containing this project

README

          

# Weight Change Prediction App
An interactive web app built with Streamlit that predicts weight change based on user input, such as age, caloric intake, activity level, sleep quality, and more. It utilizes a machine learning model to provide personalized advice and insights based on the predicted weight change.

###


Weight change prediction app

###
## Features
* Predict weight change based on user input of health metrics and lifestyle factors
* Tailored insights and advice for health improvement based on prediction
* User-friendly interface with adjustable parameters for calorie intake, activity level, and stress level
* Scalable design, supporting further enhancements or additional health metrics
## How to Use the App
* Input your data: Enter your age, gender, current weight, BMR, physical activity level, and other metrics.
* View predictions: The model will output a predicted weight change along with personalized advice.
* Interpret the advice: Use the insights to make informed decisions on lifestyle changes.
## Model and Data
* The model used is trained on a dataset with factors like caloric intake, stress level, and sleep quality.
* Weight change prediction is based on a Yeo-Johnson transformed regression model.