/ImageRetrieval

A simple demo about image retrieval based on vgg16

Primary LanguagePython

ImageRetrieval

Have a look on the image retrieval platform first,

2018-05-19 10-00-29 1

The project is based on django and vgg net. To run the code, we need download the vgg16 pre-trained model and place it at $ROOT/SearchImg. And then install serveral necessary packages:

sudo pip3 install tensorflow
sudo pip3 install django

After the above prepare, we can simply run the following command and get the image retrieval website:

python manage.py runserver