Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 929 Bytes

File metadata and controls

23 lines (21 loc) · 929 Bytes

🤬 Hate Speech Detection 🤬

Overview 🕵️:

This project focus on leveraging Machine Learning especially NLP (Natural Language Processing) to identify hate speech to prevent cyberbullying and harassing. With the advancement of internet and numerous social media platform burgeoning where people all around the globe can come and interact, comes a responsibility of keeping platform clean, respectful and follow the best NETIQUETTE (Internet Etiquettes)

Requirements 📝:

  • Laptop/PC
  • Access to stable internet
  • Google Collaboratory Link

Setup ⚙️:

  1. Install all the necessary libraries. Type following command in your Jupyter Notebook:
!pip install -r requirements.txt
  1. Install Glove
!wget http://nlp.stanford.edu/data/glove.6B.zip
  1. Unzip Glove
!unzip -q glove.6B.zip