Skip to content

Simple VGG16 classifier using Keras and Streamlit for quick application

License

Notifications You must be signed in to change notification settings

reubenbf/simple-vgg-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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