MENG21 commited on
Commit
5bad51c
·
1 Parent(s): d6212ac

Update README.md to include metadata for Streamlit app configuration and enhance project description for synthetic data generation and ML model training.

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,3 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Synthetic Data Generation and ML Model Training
2
 
3
  A comprehensive Streamlit application for generating synthetic data, training machine learning models, and educational visualization of algorithm performance.
 
1
+ ---
2
+ title: Synthetic Data Generation and ML Model Training
3
+ emoji: 📈
4
+ colorFrom: pink
5
+ colorTo: red
6
+ sdk: streamlit
7
+ sdk_version: 1.39.0
8
+ app_file: App.py
9
+ pinned: false
10
+ license: apache-2.0
11
+ short_description: A comprehensive Streamlit application for generating synthetic data, training machine learning models, and educational visualization of algorithm performance.
12
+ ---
13
+
14
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
+
16
+
17
+
18
  # Synthetic Data Generation and ML Model Training
19
 
20
  A comprehensive Streamlit application for generating synthetic data, training machine learning models, and educational visualization of algorithm performance.