https://github.com/satya-ajayy/iris-flowers
https://github.com/satya-ajayy/iris-flowers
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/satya-ajayy/iris-flowers
- Owner: satya-ajayy
- Created: 2022-02-01T04:08:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T14:42:42.000Z (8 months ago)
- Last Synced: 2025-02-27T20:48:10.036Z (8 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iris Flowers Predictor
The Iris Flowers Predictor is a machine learning application that predicts the type of iris flower based on input features: `Sepal Length`, `Sepal Width`, `Petal Length`, and `Petal Width`. The model is built using the K-Nearest Neighbors (KNN) algorithm and trained on the Iris dataset. The app is developed in Python using Streamlit and scikit-learn and deployed on Cloud Run (GCP).