Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 548 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 548 Bytes

Toxic Comment Classification

Installation Guide

1. Clone the project to your Local Machine
git clone https://github.com/krishnan-tech/toxic-comment-classification.git
2. Go to that directory
cd toxic-comment-classification
3. Install all requirements
pip install requirements.txt
4. Run the Project
python main.py
5. That's it.
http://127.0.0.1:5000/

If you want to contribute that you are most welcome!

Have any Queries?