comixify/api
Adam Svystun d453748661
Add NIMA (#13)
* Add frontend

* Neural Image Assessment (NIMA) model

* Add GPU mem fraction to NIMA model

* Add backend logic

* Remove whitespace

* NIMA score from image array

* Remove NIMA caching

* Add nima model as global

* NIMA model - add graph to class

* Set DEBUG=True

* Raise exception if NIMA model file is not found
2018-11-09 00:44:19 +01:00
..
migrations Add core structure for application 2018-08-07 09:29:16 +02:00
__init__.py Add core structure for application 2018-08-07 09:29:16 +02:00
admin.py Add core structure for application 2018-08-07 09:29:16 +02:00
apps.py Add core structure for application 2018-08-07 09:29:16 +02:00
exceptions.py Add core structure for application 2018-08-07 09:29:16 +02:00
models.py Add NIMA (#13) 2018-11-09 00:44:19 +01:00
serializers.py Add NIMA (#13) 2018-11-09 00:44:19 +01:00
tests.py Add core structure for application 2018-08-07 09:29:16 +02:00
urls.py Add downloading videos from YouTube (#7) 2018-10-01 22:34:57 +02:00
views.py Add NIMA (#13) 2018-11-09 00:44:19 +01:00