docker-compose up -d
service should be running on http://localhost:5000
send a get request to /clean/:text
endpoint, example:
http://localhost:5000/clean/euh some text with euh
send a POST request to /clean
endpoint with a text
in the request body:
{
"text": "euh some text with euh"
}