Inspiration
In today's digital age, social media platforms like Twitter, Facebook, Instagram, and YouTube have become breeding grounds for hate speech. It has caused many instances of hate and division among users, communities etc. Our aim is to make these online spaces safer and more inclusive for everyone.
What it does
Our project takes a text (which may be comment from social platform or any other user feedback), it analyse and give us the response on how much it rates in hate speach.
How we built it
We built it using python. We use the following library:
- Pandas
- Numpy
- Scikit-learn: It provided a wide range of algorithms and tools for building, training, and evaluating models.
- Nltk: It helped me break down text into smaller parts, remove unnecessary words, and understand the overall meaning of the text
Challenges we ran into
It was a challenge to understand why DecisionTreeClassifier does not work as it was saying .lower is not function then we understood that we need to clean info.
Accomplishments that we're proud of
Its great that I made my first AI project and learn't about he basics in just 2 days
What we learned
I learn'd about ML, Basic Concepts of NLP, Vectorization and Decison Tree Classifier...
What's next for Hate Speach Detector
- Create an http API so platform can easily integrate our model in their service.
- Making a web service
Log in or sign up for Devpost to join the conversation.