varmatilak22/Hate_Speech_Detection
Hate speech detection using a Decision Tree algorithm classifies text as hateful or non-hateful by evaluating features such as words and phrases. The algorithm builds a tree of decision rules, splitting nodes based on feature values, to predict the category of text, aiding in identifying and moderating harmful content.
Jupyter Notebook