Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,39 @@ license: mit
|
|
| 11 |
short_description: 'This project predicts the species of an Iris flower '
|
| 12 |
---
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 11 |
short_description: 'This project predicts the species of an Iris flower '
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# πΈ Iris Flower Species Predictor
|
| 15 |
+
|
| 16 |
+
This interactive web app predicts the species of an Iris flower using a trained Decision Tree Classifier.
|
| 17 |
+
|
| 18 |
+
## π How It Works
|
| 19 |
+
|
| 20 |
+
- Enter the **sepal length**, **sepal width**, **petal length**, and **petal width**.
|
| 21 |
+
- The model will predict whether the flower is:
|
| 22 |
+
- Setosa
|
| 23 |
+
- Versicolor
|
| 24 |
+
- Virginica
|
| 25 |
+
|
| 26 |
+
## π§ Built With
|
| 27 |
+
|
| 28 |
+
- Python
|
| 29 |
+
- Scikit-learn
|
| 30 |
+
- Gradio
|
| 31 |
+
- Hugging Face Spaces
|
| 32 |
+
|
| 33 |
+
## π Files Included
|
| 34 |
+
|
| 35 |
+
- `app.py`: Main Gradio interface
|
| 36 |
+
- `iris_decision_tree.pkl`: Trained Decision Tree model
|
| 37 |
+
- `requirements.txt`: Required Python packages
|
| 38 |
+
- `README.md`: Project description
|
| 39 |
+
|
| 40 |
+
## π License
|
| 41 |
+
|
| 42 |
+
This project is licensed under the [MIT License](./LICENSE).
|
| 43 |
+
|
| 44 |
+
## π©βπ» Author
|
| 45 |
+
|
| 46 |
+
**Sonia G**
|
| 47 |
+
|
| 48 |
+
|
| 49 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|