Tomertg commited on
Commit
d7bf7b0
·
verified ·
1 Parent(s): 52efa9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -47,13 +47,13 @@ configs:
47
  ## Dataset Overview
48
  This repository contains a synthetic dataset generated for the SmartFit AI project. The dataset consists of 10,000 user profiles designed to train a machine learning model for personalized workout recommendations. It simulates various biological and preference-based factors including age, gender, weight, height, fitness goals, equipment availability, and injuries.
49
 
 
 
50
  ## Repository Contents
51
 
52
- * **smart_fit_dataset.csv**: The primary dataset containing the raw tabular data used for training the model.
53
- * **fitness_embeddings.npy**: Pre-computed vector embeddings of the user profiles.
54
- * **Copy_of_Final_Project.ipynb**: The complete Jupyter Notebook containing data generation, training, and evaluation logic.
55
- * **imp1.png**: Visualization of the Exploratory Data Analysis (EDA).
56
- * **imp3.png**: Visualization of the Embeddings Analysis (PCA Clustering).
57
 
58
  ## Exploratory Data Analysis (EDA)
59
  The visualization below demonstrates the distribution and characteristics of the synthetic data. This analysis ensures the dataset is balanced across different categories and logically consistent regarding injuries and recommended plans.
 
47
  ## Dataset Overview
48
  This repository contains a synthetic dataset generated for the SmartFit AI project. The dataset consists of 10,000 user profiles designed to train a machine learning model for personalized workout recommendations. It simulates various biological and preference-based factors including age, gender, weight, height, fitness goals, equipment availability, and injuries.
49
 
50
+ The data is stored in **Parquet format** (Hugging Face native) for high efficiency and fast loading.
51
+
52
  ## Repository Contents
53
 
54
+ * **fitness_embeddings.npy (1)**: Pre-computed vector embeddings of the user profiles (generated via Sentence Transformer).
55
+ * **imp88.png**: Visualization of the Exploratory Data Analysis (EDA).
56
+ * **imp888.png**: Visualization of the Embeddings Analysis (PCA Clustering).
 
 
57
 
58
  ## Exploratory Data Analysis (EDA)
59
  The visualization below demonstrates the distribution and characteristics of the synthetic data. This analysis ensures the dataset is balanced across different categories and logically consistent regarding injuries and recommended plans.