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
pip install -r requirements.txt ipython notebook
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