Real-time Iris flower species classifier with interactive 3D visualization
Built by Yathik Β· RyStudios
| Layer | URL |
|---|---|
| π Frontend | https://iris-visual-ai-frontend.vercel.app |
| βοΈ Backend API | https://iris-visual-ai-api.onrender.com |
- π€ ML model trained on the classic Iris dataset
- π Interactive 3D Plotly scatter plots
- β‘ Real-time species prediction with probability scores
- π― Highlights your input point live in the 3D chart
- π Sleek dark UI with smooth animations
| Layer | Tech |
|---|---|
| Frontend | HTML, CSS, Vanilla JS, Plotly.js |
| Backend | Python, FastAPI, Uvicorn |
| ML Model | Scikit-learn, Joblib |
| Deploy Frontend | Vercel (Free) |
| Deploy Backend | Render (Free) |
IRIS_JS_APP_FAST_API/
βββ backend/
β βββ api.py
β βββ iris_model.joblib
β βββ iris_scaler.joblib
β βββ iris_label_encoder.joblib
β βββ requirements.txt
βββ frontend/
β βββ index.html
β βββ main.js
β βββ style.css
βββ render.yaml
βββ vercel.json
βββ README.md
cd backend
pip install -r requirements.txt
uvicorn api:app --reload --port 8001# Just open frontend/index.html in browser
# Or use Live Server in VS CodeThis is App #1 of many ML projects under the RyStudios portfolio.
Β© 2025 Yathik Β· RyStudios. All rights reserved.