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