Skip to content

Webservice using Advanced trained Nlp Algorythmn in order to predict if given text is toxic or not

Notifications You must be signed in to change notification settings

ben74/nlp_toxic_predictor

Repository files navigation


  • Usage : py toxic.py # -> runs the model in Flask on port 8082, accepts curl requests in body and returns the probability of this comment to be toxic ( recognizes languages : en, fr, ru, it ,es, pt, tk )
  • Then use either main interface at {{ http://127.0.0.1:8082 }} or perform Ajax or curl requests like this : {{ curl -k 127.0.0.1:8082 -F "text=put whatever you like either some insulting or discriminatory speech or something not toxic at all" }}

visitors

About

Webservice using Advanced trained Nlp Algorythmn in order to predict if given text is toxic or not

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published