Spaces:
Sleeping
Sleeping
# 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 | |