Spaces:
Sleeping
Sleeping
File size: 784 Bytes
f224aec 0ccd2b3 f224aec 0ccd2b3 f224aec 0ccd2b3 f224aec 0ccd2b3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | ---
title: Iris Classifier (CI/CD Demo)
emoji: 🌸
colorFrom: pink
colorTo: purple
sdk: gradio
sdk_version: 5.29.0
app_file: app.py
pinned: false
license: mit
---
# Iris Classifier (CI/CD Demo)
A simple Iris flower classifier demonstrating automated ML deployment via GitHub Actions.
## CI/CD Pipeline
This model is automatically:
1. **Validated** - Data quality checks
2. **Tested** - Unit tests for training code
3. **Trained** - Model training with accuracy threshold
4. **Deployed** - Pushed to this HuggingFace Space
## Model Details
- **Algorithm:** Random Forest (100 trees)
- **Dataset:** Iris (150 samples, 3 classes)
- **Accuracy:** 90.0%
## Links
- [GitHub Repository](https://github.com/Algo-nav/ml-pipeline-demo)
- [Author: Nav772](https://huggingface.co/Nav772) |