This is a Personal Fitness Tracker built using Python, Streamlit, and Machine Learning. It allows users to predict calories burned based on their exercise activity.
(https://fitnesstrackerpython.streamlit.app/)
- Predict calories burned based on age, gender, heart rate, etc.
- Simple and interactive UI built with Streamlit.
- Deployed using Streamlit Cloud.
app.py: The main app code.fitness_model.pkl: The trained model file.requirements.txt: Python dependencies for the project.