Skip to content

gomrinal/Hate-speech-detection-with-Convolutions

Repository files navigation

🤬 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

Releases

No releases published

Packages

No packages published