Spaces:
Sleeping
Sleeping
Surbhi
commited on
Commit
Β·
e002b05
1
Parent(s):
a73d60f
Initial commit
Browse files
README.md
CHANGED
@@ -1,15 +1,13 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|