Tomertg commited on
Commit
94eb185
·
verified ·
1 Parent(s): d2e5b6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -1,26 +1,26 @@
1
  ---
2
- title: SmartFit AI Biological Engine
3
  emoji: 🏋️
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: 6.3.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
  ---
12
 
13
- # SmartFit AI - Biological Engine
14
 
15
- This is an advanced AI workout generator powered by a Random Forest model trained on synthetic data.
16
- It takes into account age, gender, injuries, and goals to build a personalized routine.
17
 
18
- ### How to use
19
- 1. Enter your biological details (Age, Gender, Weight).
20
- 2. Select your Goal and Available Equipment.
21
- 3. **Click Submit** to get a full workout plan!
 
22
 
23
- ### Model Info
24
- * **Type:** Random Forest Classifier
25
- * **Training Data:** 10,000 Synthetic User Profiles
26
- * **Accuracy:** ~90% on test set
 
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.