example-service

CircleCI

Simple image classification service compatible with the SingularityNET daemon

Getting Started

Prerequisites

Installing

Configuration

Running

Standalone

With SingularityNET Daemon

SingularityNET Daemon Configuration

Create snetd.config.json file containing the following:

{
  "passthrough_enabled": true
}

in order to enable example service work with daemon. See SingularityNet daemon configuration for detailed configuration description.

Running Service + Daemon on Host
Running Service + Daemon in Docker Container

Testing

Building Docker Image

License

This project is licensed under the MIT License - see the LICENSE file for details.