This code takes stories in the format as provided by Taranis AI and summariezes them.
uv venv
uv sync --all-extras --dev
Run via
flask run
# or
granian app
# or
docker run -p 8000:8000 ghcr.io/taranis-ai/taranis-summarize-bot:latest
To test the API with a POST request, use curl:
curl -X POST http://127.0.0.1:8000/ \
-H "Content-Type: application/json" \
-d '{"text": "This is an example sentence to summarize."}'
EUROPEAN UNION PUBLIC LICENCE v. 1.2