This project is a self implemented Artificial Neural Network based on Google's research paper "NIMA: Neural Image Assessment". You can find a quick introduction on their Research Blog.
NIMA tries to predict the quality of images under two aspects, aesthetically and technically via transfer learning.
This implementation of NIMA model can be build based on the following Keras Imagenet base models:
- Xception
- VGG16
- VGG19
- ResNet50
- InceptionV3
- InceptionResNetV2
- MobileNet
This project uses two Datasets to train the NIMA model.