Skip to content

an image retrieval web application based on the deep CNN model(we called it dadsh: double-bit asymmetric deep supervised hashing

License

Notifications You must be signed in to change notification settings

JasonGuojz/dadsh_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dadsh_web

An image retrieval web application based on the deep CNN model(we called it dadsh: double-bit asymmetric deep supervised hashing Using PyTorch+Flask+Gunicorn+Docker

how to start up

$ docker build github.com/JasonGuojz/dadsh_web -t dadsh:{tag}
$ sudo fuser -k 80/tcp
$ sudo docker run -d -p 80:80 --name dadsh_test dadsh:{tag}

OR
$ git lfs clone https://github.com/JasonGuojz/dadsh_web.git
$ cd dadsh_web
$ docker build -t dadsh:{tag} .
$ sudo fuser -k 80/tcp
$ sudo docker run -d -p 80:80 --name test-dadsh-1 dadsh:{tag}

About

an image retrieval web application based on the deep CNN model(we called it dadsh: double-bit asymmetric deep supervised hashing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published