Sonia2k5 commited on
Commit
0d47ec3
Β·
verified Β·
1 Parent(s): 62df3ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
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