A Personal Fitness Tracker that predicts calories burned based on user input like age, weight, exercise duration, heart rate, and body temperature.
- Helps users track their fitness progress.
- Provides insights on calorie burn.
- Offers BMI calculation and comparisons with average fitness metrics.
# Clone the repository
git clone https://github.com/SharanyaAchanta/AI-Personal-Fitness-Tracker-using-python.git
# Navigate to the project folder
cd Personal-Fitness-Tracker
# Install dependencies
pip install -r requirements.txt # Run the Streamlit app
streamlit run app1.py - Enter details like age, weight, exercise duration, etc.
- Click Predict to see the estimated calories burned.
- View BMI and calories burned for insights.