Creation of new services
The service in Caila consists of the following elements:
- Docker image with program build.
- Service configuration in Caila.
You can develop the service code in Kotlin or Python. To begin, you can use one of the templates on GitHub:
- mlp-python-service-template
- mlp-python-trainable-service-template
- mlp-java-service-template
- mlp-java-trainable-service-template
tip
You can also refer to the step-by-step guide on creating a language detection service on GitHub.
After you have developed the service code:
- Upload its image to the Docker repository and add it to Caila.
- Create the service itself.