https://github.com/maskedsyntax/iris-flower-prediction-app
A simple web app for Iris Flower Prediction
https://github.com/maskedsyntax/iris-flower-prediction-app
iris-dataset random-forest-classifier streamlit webapp
Last synced: 28 days ago
JSON representation
A simple web app for Iris Flower Prediction
- Host: GitHub
- URL: https://github.com/maskedsyntax/iris-flower-prediction-app
- Owner: MaskedSyntax
- Created: 2022-05-07T20:00:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-07T22:08:00.000Z (about 4 years ago)
- Last Synced: 2025-03-29T23:43:50.951Z (about 1 year ago)
- Topics: iris-dataset, random-forest-classifier, streamlit, webapp
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iris-Flower-Prediction-App
A simple web app for Iris Flower Prediction
- Uses:
- Iris Flower Dataset from sklearn datasets
- RandomForestClassifier for classification
- Streamlit to create web interface