This image shows the simple and clean form where users can input key body metrics like weight, height, and waist size. The system uses this structured data to generate analysis and predictions.
After submitting their data, users get a visual summary of their body composition analysis, including charts and trends over time. The dashboard helps users track progress and stay motivated.
FatTrack_AI is an intelligent body composition tracker that helps users monitor their body fat percentage over time using AI-driven analysis — all through simple text input forms. No images required!
- Track and analyze body fat percentage and muscle mass using user-provided data.
- Offer visual reports and progress tracking.
- Generate personalized recommendations based on input.
- Provide a clean, fast web experience using modern frontend and backend technologies.
- 📝 Text-based input: Users enter their data (weight, height, Age, etc.) through a clean form.
- 📊 Dynamic dashboard: Visualize progress with charts and summaries.
- 🤖 AI-Powered advice: Receive smart suggestions tailored to your metrics.
- 🎨 Modern UI: Built with Tailwind CSS & JavaScript.
- 🐍 Python backend: Powered by Flask for fast processing.
- 🚀 Deployment-ready: Easy to run locally or deploy online.
| Layer | Tech |
|---|---|
| Frontend | HTML, JavaScript, Tailwind CSS |
| Backend | Python, Flask |
| Deployment | GitHub Actions (optional) |
git clone https://github.com/mohamedsherif301/FatTrack_AI.git
cd FatTrack_AIpython -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activatepip install -r requirements.txtpython app.pyGo to:
http://127.0.0.1:5000/

