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