Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 440 Bytes

File metadata and controls

16 lines (11 loc) · 440 Bytes

🌼 Iris Classifier API

A complete machine learning pipeline for classifying Iris flowers, deployed using FastAPI and tracked via Weights & Biases.

📦 Features

  • Sklearn-based model pipeline
  • W&B integration for model tracking and metrics
  • FastAPI deployment with Swagger UI
  • Confusion matrix visualization with matplotlib + seaborn

🚀 How to Run

1. Install Requirements

pip install -r requirements.txt