Surbhi commited on
Commit
e002b05
Β·
1 Parent(s): a73d60f

Initial commit

Browse files
Files changed (1) hide show
  1. README.md +12 -14
README.md CHANGED
@@ -1,15 +1,13 @@
1
- # AI Code Generator (Streamlit)
 
 
 
 
 
 
 
 
 
 
2
 
3
- Generate AI model training code in Python with **one click**!
4
- Simply choose a **model, task, and problem**, and the **code will be generated** for you.
5
-
6
- ## Features
7
- βœ… Supports KNN, SVM, Random Forest, Decision Tree, and Perceptron
8
- βœ… Choose between **classification** and **regression**
9
- βœ… Select problems like **Spam Detection, House Price Prediction, Fraud Detection**, etc.
10
- βœ… One-click **download** `.py` and `.ipynb` files
11
-
12
- ## Installation & Run
13
- ```bash
14
- pip install -r requirements.txt
15
- streamlit run app.py
 
1
+ ---
2
+ title: Ml Code Generator
3
+ emoji: πŸ“Š
4
+ colorFrom: indigo
5
+ colorTo: purple
6
+ sdk: streamlit
7
+ sdk_version: 1.43.2
8
+ app_file: app.py
9
+ pinned: false
10
+ short_description: SteamLit app allowing users to generate ML model code
11
+ ---
12
 
13
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference