This repository contains an API that detects toxic emotions in text.
git clone https://github.com/knmlprz/ShapEmotionsCorrectionAPI.git
cd ShapEmotionsCorrectionAPI
poetry run uvicorn src.main:app --reload
docker run -p 8000:8000 finloop/shap-emotions-correction-api:latest
All the documentation can be found here: Documentation Unfortunately, you cannot make any requests from there, because the api is not hosted anywhere. To view interactive version of the docs go to docs endpoint.