Streamlit Machine Learning app for iris dataset
920
This Docker image provides an interactive Streamlit application for predicting Iris species based on sepal and petal measurements. The model is trained on the famous Iris dataset and allows users to input measurements and receive species predictions.
GitHub link - https://github.com/utkarshg1/Joblib-exampleβ
Demo link - https://joblib-example.onrender.com/β
Pull the Image
Use the following command to pull the Docker image from Docker Hub:
docker pull utkarshg1/streamlit-iris:latest
Run the Container
After pulling the image, run the container using this command:
docker run -p 8501:8501 utkarshg1/streamlit-iris:latest
This command will start the Streamlit app. You can now access it in your browser at http://localhost:8501.
To stop the container, first find the container ID by running:
docker ps
Then stop it with:
docker stop <container-id>
Enjoy predicting Iris species with this application!
Content type
Image
Digest
sha256:d598c24daβ¦
Size
242.8 MB
Last updated
about 2 years ago
docker pull utkarshg1/streamlit-iris