Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
/ toxic-flask Public archive

A simple Flask API which detects toxicity in text

License

Notifications You must be signed in to change notification settings

Iapetus-11/toxic-flask

Repository files navigation

toxic-flask

A simple Flask API which detects toxicity in text

Setup / Usage

  1. clone this repository
  2. create a config.json file based off what's in config.json.example
  3. install the dependencies with poetry using poetry install (get poetry with pip install poetry)
  4. run the api with poetry run python3 src/app.py or poetry run py src/app.py