DEV Community

Cover image for 🚀 Just built a beginner-friendly AI tool called Mini AI Auto Trainer 🤖
Deepak | DeeStudio
Deepak | DeeStudio

Posted on

🚀 Just built a beginner-friendly AI tool called Mini AI Auto Trainer 🤖

The idea is simple:
Upload a .csv file → the app automatically: ✅ detects the ML
problem type
✅ preprocesses the dataset
✅ trains a machine learning model
✅ shows results & accuracy
✅ lets you download the trained model

I built this because many beginners struggle with:

choosing ML algorithms
preprocessing datasets
training models
understanding workflows

So I wanted to simplify the entire process into a single web app experience.

✨ Features:

• Automatic Regression / Classification detection
• Smart preprocessing
• Real-time training results
• Dataset preview
• Prediction charts
• Download trained .pkl models
• Beginner-friendly UI

🛠 Tech Stack:

Python
Flask
scikit-learn
Pandas
JavaScript
Chart.js

GitHub:
https://github.com/deestudio028-droid/Mini_Ai_Auto_Trainer.git

Would love feedback from developers & ML enthusiasts 😄🔥

Top comments (0)