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)