This Project is thorugh application of machine learning with python programming. It focuses on IRIS flower classification using Machine Learning with scikit tools. Here some of algorithm are used that are some types of machine learning subparts algorithms of supervised and Unsupervised learning. Algorithm used for predicting and get accuracy are -
- Linear Regression
- Logistic Regression
We are making accuracy and prediction in Iris project through Iris Dataset.
1 - pip install streamlit
2 - pip install numpy
3 - pip install keras
1 - Download the Repository
2 - Run command streamlit run iris_webapp.py
And the browser will open running this app
Streamlit Model Deployment
Deployment Link here
This Machine Learning Model achieves a high accuracy of 100% using all of above Algorithms .
PS: Please do not forget to drop a star if you like it!