ML Application predicting flower species based on features entered by the user.
- Uses Scikit-Learn's Iris dataset to train a RandomForestClassifier.
- Random Forest Classifier model used for prediction.
- Provides a web-based UI where users can adjust feature values using sliders.
- Predict the species of the Iris flower based on the user’s input.
- import py and requirement.txt file
- First, install all the requirements and then run py file [pip install -r requirements.txt]
- Command [ streamlit run streamlitRFC.ipynb ]