Skip to content

pothabattulasantosh/Check-Toxicity-in-comments-WEB-APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check-Toxicity-in-comments

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

alt tag

Before running this App:

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.

To Run this APP:

1. Clone this repo into your system
 $ git clone https://github.com/pothabattulasantosh/Check-Toxicity-in-comments-WEB-APP.git
2. Go to Check-Toxicity-in-comments-WEB-APP directory
 $ cd Check-Toxicity-in-comments-WEB-APP
3. Now create a docker Build for this application.
 $ sudo docker-compose build
4. Now Up the application.
 $ sudo docker-compose up
 
After few seconds you can access this Application at http://0.0.0.0:5000 or http://<your serverIP/DNS>:5000

About

This is a Machine Learning based Web-Application with docker containers that determines Toxicity in given comments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published