Check Toxicity in comments is a simple web application built using python flask and REST API, where it checks and judges the if there is any toxicity in the given comment
In this web application we used AI model that was trained with JIGSAW data. To persist the data MongoDB was used in the backend
All dependencies in the project was virtualized using Docker and containers
For detailed explanation please visit this YouTube playlist
1.Since this app was developed in Ubuntu OS, please make sure you have Linux keranl based OS (Eg:Ubuntu,CentOS).
2.Read Docker prerequisites (please visit here) and install Docker in your OS.
$ git clone https://github.com/pothabattulasantosh/Check-Toxicity-in-comments-WEB-APP.git
$ cd Check-Toxicity-in-comments-WEB-APP
$ sudo docker-compose build
$ sudo docker-compose up