Skip to content

A DL project that helps in classifying Toxic Comment weather it is positive or not.

Notifications You must be signed in to change notification settings

ni3choudhary/Toxic-Comment-Classifier

Repository files navigation

Toxic-Comment-Classifier

Kaggle Python 3.6

Problem statement:

A DL project that helps in classifying Toxic Comment weather it is positive or not.

Dataset

You can find the dataset here.

setup

To create a project from scratch use following steps - -

$ python3 -m venv venv

Activate Virtual Environment

$ .venv/bin/activate 
          OR
$ .\venv\Scripts\activate

Install Libraries using below command

$ pip install -r requirements.txt
  • Run jupyter notebook to get the model and labels pickle file.

  • Copy both pickle files and paste inside flask directory .

  • Inside the flask directory run app.py on terminal to start local server.

$ python app.py

App Demo

GIF

• Please do ⭐ the repository, if it helped you in anyway.