ml-code-generator / README.md
Surbhi
Initial commit
a73d60f
|
raw
history blame
560 Bytes

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

pip install -r requirements.txt
streamlit run app.py