Skip to content

jettify/moderator.ai

Repository files navigation

Moderator AI Demo

image

image

Simple application how to use aiohttp for machine learning project. Project is API and UI for classification of toxic and offensive comments, based on data from kaggle competition. Project can be used as example how to separate CPU intensive tasks from blocking event loop.

Install the app:

$ cd moderator
$ pip -r requirements-dev.txt
$ pip install -e .

Run application:

$ make run

Open browser:

http://127.0.0.1:9001

Requirements

About

Toxic comment classification API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published