-
Notifications
You must be signed in to change notification settings - Fork 1
fede-vaccaro/image-retrieval-web-engine
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Needed package: numpy; tensorflow(<1.5); keras; django; django_restframework; pillow; h5py; copy "populate_db.py" to ~/lib/site-packages/django/core/managament/commands/ I suggest to create a virtualenv. 1) python manage.py makemigrations (this is supposed to doesn't be needed but do it the same) 2) python manage.py migrate (to create the tables) after copy the populate_db file where specified above, put your image dataset (only .jpg supported for now) in image-retrieval-web-engine/img/ 3) python manage.py populate_db Try it in 127.0.0.1:8000 by 4) python manage.py runserver
About
A simple content-based image retrieval engine powered by CNN. Backend based on Django and Keras/Tensorflow. Frontend in AngularJS.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published