An open API service indexing awesome lists of open source software.

https://github.com/interactivetech/deepstyleartclassifier

CornellTech specialization project
https://github.com/interactivetech/deepstyleartclassifier

Last synced: 8 months ago
JSON representation

CornellTech specialization project

Awesome Lists containing this project

README

          

# DeepStyleArtClassifier
## Specialization Project, Cornell Tech

Using Keras and Tensorflow to develop a classifier that can classify different art styles.
We will be leveraging weights from VGG16, VGG19, Inceptionv3, and ResNet50

## Installation

pip install -r requirements.txt
ipython notebook

### NOTE: I would recommend using virtualenv

links that helped this project:

Loading the models: http://www.pyimagesearch.com/2017/03/20/imagenet-vggnet-resnet-inception-xception-keras/
Training new model with VGG Model weights: https://blog.keras.io/building-powerful-image-classification-models-using-very-little-data.html