A simple Streamlit web app that classifies iris flower species using a trained machine learning model (Random Forest) on the built-in scikit-learn Iris dataset.
This project is containerized with Docker and deployable anywhere via Docker Hub.
Try it locally:
docker run -p 8501:8501 supulwickramasinghe/iris-classifier-app:latest