Skip to content

Story ml microservice skeleton

Tia requested to merge story-ml-microservice-skeleton into sprint-2

Microservice skeleton for the future machine learning model.

It exposes the /toxic/check endpoint which is reachable through a POST request. It has builtin documentation via the /docs endpoint.

An example of usage is present inside the main backend to ease the development.

Merge request reports