Otama is a CBIR (Content-based image retrieval) engine. It enables querying similar images database by an image file, and calculate the similarity between two images, and so on.
For the further details, please visit the project's wiki page on GitHub (Japanese). (notice: I'm not the developer of Otama.)
This image based on the debian:jassie image.
Otama in this image is built with following options:
- Enable MySQL Support for database
- Enable Leveldb (default)
- Install ruby API (default)
This image contains example RPC server in /opt/otamarpc directory, and run the server by default (CMD).
The setting file path of the server is /opt/otamarpc/config.yaml, so replace it with yours.
Utility commands are also included.