Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamanobi/reverse-image-app-docker
https://github.com/tamanobi/reverse-image-app-docker
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/tamanobi/reverse-image-app-docker
- Owner: tamanobi
- Created: 2018-06-27T07:43:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:17:07.000Z (almost 2 years ago)
- Last Synced: 2024-03-30T06:34:19.127Z (8 months ago)
- Language: Python
- Size: 78.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# extractor
Deep feature extractor demo.# minimum usage
```
$ docker build -t extractor .
$ docker run --rm -it -p 8080:5000 extractor
```And then, access http://127.0.0.1:8080/
NOTE: docker build takes about 10 minutes for downloading weights.