Large Scale Image Aesthetics Evaluation
Thesis available for download here.
Paper submission to ICIP 2017 available here.
Pretrained weights can be downloaded here
File for labels & comments available here
- Install anaconda
- Install keras
- run
- Navigate to googlenet/ directory and use code from within main.py to run
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request