nithishr / streamlit-ml-demo

Machine Learning (Imagenet) User Interface Demo application using Streamlit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

streamlit-ml-demo

A demo application to showcase the responsive UI for ImageNet using Streamlit. Streamlit provides an alternative to building full stack applications for the Machine Learning interface. Here, streamlit is used to upload an image for inference from the model.

Screenshot of the demo application

This demo is created using Streamlit.

The ImageNet model code using TensorFlow has been adapted from PyImageSearch

How to Run?

Install the requirements

pip install -r requirements.txt

Run the application

streamlit run ml_frontend.py

The application will run on localhost:8501 by default.

Sample Screenshots

Screenshot from a PC Screenshot from Mobile Device

About

Machine Learning (Imagenet) User Interface Demo application using Streamlit

License:MIT License


Languages

Language:Python 100.0%