Simple VGG16 classifier using Keras and Streamlit
Python 3.x with all requirements.txt
dependencies installed. To install run:
$ git clone https://github.com/reubenbf/simple-vgg-classifier.git
$ cd ./simple-vgg-classifier/
$ pip install -r requirements.txt
Make sure to have the images you need to classify in the ./images
directory
$ cp /path/to/image/ ./images
Get the data app running
$ streamlit run upload.py