decision_tree_iris / README.md
Sonia2k5's picture
Update README.md
0d47ec3 verified
---
title: Decision Tree Iris
emoji: πŸš€
colorFrom: red
colorTo: pink
sdk: gradio
sdk_version: 5.37.0
app_file: app.py
pinned: false
license: mit
short_description: 'This project predicts the species of an Iris flower '
---
# 🌸 Iris Flower Species Predictor
This interactive web app predicts the species of an Iris flower using a trained Decision Tree Classifier.
## πŸš€ How It Works
- Enter the **sepal length**, **sepal width**, **petal length**, and **petal width**.
- The model will predict whether the flower is:
- Setosa
- Versicolor
- Virginica
## πŸ”§ Built With
- Python
- Scikit-learn
- Gradio
- Hugging Face Spaces
## πŸ“ Files Included
- `app.py`: Main Gradio interface
- `iris_decision_tree.pkl`: Trained Decision Tree model
- `requirements.txt`: Required Python packages
- `README.md`: Project description
## πŸ“œ License
This project is licensed under the [MIT License](./LICENSE).
## πŸ‘©β€πŸ’» Author
**Sonia G**
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference