decision_tree_iris / README.md
Sonia2k5's picture
Update README.md
0d47ec3 verified

A newer version of the Gradio SDK is available: 5.42.0

Upgrade
metadata
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.

πŸ‘©β€πŸ’» Author

Sonia G

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference