Spaces:
Sleeping
Sleeping
File size: 560 Bytes
a73d60f d79d9bd a73d60f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# AI Code Generator (Streamlit)
Generate AI model training code in Python with **one click**!
Simply choose a **model, task, and problem**, and the **code will be generated** for you.
## Features
β
Supports KNN, SVM, Random Forest, Decision Tree, and Perceptron
β
Choose between **classification** and **regression**
β
Select problems like **Spam Detection, House Price Prediction, Fraud Detection**, etc.
β
One-click **download** `.py` and `.ipynb` files
## Installation & Run
```bash
pip install -r requirements.txt
streamlit run app.py
|