Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsys/nin-imagenet
:whale: Docker container wrapping a simple Caffe model trained on ImageNet
https://github.com/dsys/nin-imagenet
Last synced: about 1 month ago
JSON representation
:whale: Docker container wrapping a simple Caffe model trained on ImageNet
- Host: GitHub
- URL: https://github.com/dsys/nin-imagenet
- Owner: dsys
- License: other
- Created: 2016-03-22T22:48:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-23T05:02:53.000Z (almost 9 years ago)
- Last Synced: 2023-10-20T19:29:13.649Z (about 1 year ago)
- Language: Python
- Homepage: http://omg.containers.pavlovml.com/
- Size: 39.4 MB
- Stars: 10
- Watchers: 8
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nin-imagenet
Docker container wrapping a simple Caffe model trained on ImageNet. [Tinker with a hosted demo!](http://omg.containers.pavlovml.com)
![nin-imagenet example screenshot](https://raw.githubusercontent.com/pavlovml/nin-imagenet/master/resources/screenshot.png)
## Running the Docker image
First, install [nvidia-docker](https://github.com/NVIDIA/nvidia-docker). The image is available on Docker Hub as [pavlov/nin-imagenet](https://hub.docker.com/r/pavlov/nin-imagenet).
Once the image is running, you can navigate to the web UI on port 80.
## Development
$ git clone https://github.com/pavlovml/nin-imagenet.git
$ make build
$ make runYou can configure the port that the web UI is exposed on via the `DOCKER_PORT` environment variable.
## Collaborators
* [Alex Kern](https://github.com/kern)
* [Zain Shah](https://github.com/zan2434)## License and Acknowledgements
`nin-imagenet` bundles [mavenlin's pre-trained ImageNet model](https://gist.github.com/mavenlin/d802a5849de39225bcc6), which is released under a non-commercial license. The HTTP server is based on Caffe's example server, which is released under the [BSD 2-Clause license](https://github.com/BVLC/caffe/blob/master/LICENSE). `nin-imagenet` itself is released under the [BSD 3-Clause license](https://github.com/pavlovml/nin-imagenet/blob/master/LICENSE).