A simple web application that allows users to upload their health data (in CSV or Excel format) and predicts **whether they will lose or gain weight**, along with an estimate of the weight change in pounds.
View the Project on GitHub nagakirankasi/Health-Analytics-Dashboard
The Personal Health Analytics Dashboard is a simple web application that allows users to upload their health data (in CSV or Excel format) and predicts whether they will lose or gain weight, along with an estimate of the weight change in pounds. The app leverages Streamlit for an interactive front-end and employs basic linear regression ML models to provide predictions.
Ensure you have Python 3.8+ installed.
git clone https://github.com/nagakirankasi/Health-Analytics-Dashboard.git
cd Personal-Health-Dashboard
python -m venv venv
source venv/bin/activate # On Windows, use 'venv\Scripts\activate'
pip install -r requirements.txt
streamlit run app.py
https://huggingface.co/spaces/nkirankasi/HealthAnalyticsDashboard

The app can be deployed using:
Feel free to open issues or submit pull requests if you’d like to contribute!
This project is licensed under the MIT License.