File size: 1,054 Bytes
62df3ad
 
 
 
 
 
 
 
 
 
 
 
 
0d47ec3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62df3ad
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
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