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)
- Laptop/PC
- Access to stable internet
- Google Collaboratory Link
- Install all the necessary libraries. Type following command in your Jupyter Notebook:
!pip install -r requirements.txt
- Install Glove
!wget http://nlp.stanford.edu/data/glove.6B.zip
- Unzip Glove
!unzip -q glove.6B.zip