Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,26 +1,26 @@
|
|
| 1 |
---
|
| 2 |
-
title: SmartFit
|
| 3 |
emoji: 🏋️
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
# SmartFit
|
| 14 |
|
| 15 |
-
This
|
| 16 |
-
It takes into account age, gender, injuries, and goals to build a personalized routine.
|
| 17 |
|
| 18 |
-
##
|
| 19 |
-
1. Enter your biological
|
| 20 |
-
2. Select your
|
| 21 |
-
3. **
|
|
|
|
| 22 |
|
| 23 |
-
##
|
| 24 |
-
* **
|
| 25 |
-
* **Training Data:** 10,000 Synthetic User Profiles
|
| 26 |
-
* **
|
|
|
|
| 1 |
---
|
| 2 |
+
title: SmartFit
|
| 3 |
emoji: 🏋️
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.0.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# SmartFit
|
| 14 |
|
| 15 |
+
This application utilizes a Random Forest machine learning model trained on a synthetic dataset of 10,000 user profiles to generate personalized workout routines. The system analyzes biological factors including age, gender, weight, and injuries to construct a tailored training regimen customized to the user's specific goals and equipment availability.
|
|
|
|
| 16 |
|
| 17 |
+
## Usage Instructions
|
| 18 |
+
1. **Input Details:** Enter your biological metrics (Age, Gender, Weight, Height).
|
| 19 |
+
2. **Configuration:** Select your desired Fitness Goal, Available Equipment, and Experience Level.
|
| 20 |
+
3. **Safety:** Indicate any active injuries to adjust the exercise selection logic.
|
| 21 |
+
4. **Generate:** Click Submit to receive a full, step-by-step workout plan.
|
| 22 |
|
| 23 |
+
## Model Specifications
|
| 24 |
+
* **Architecture:** Random Forest Classifier
|
| 25 |
+
* **Training Data:** 10,000 Synthetic User Profiles (SmartFit Dataset)
|
| 26 |
+
* **Logic Engine:** Python-based rule engine for load calculation and injury management.
|