Spaces:
Sleeping
Sleeping
| 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) |