Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 572 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 572 Bytes

Simple VGG 16 Classifier

Simple VGG16 classifier using Keras and Streamlit

Requirements

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

Get the Classifier Running

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

Results