What it does
This project is a web application that aims to detect hate speech in user comments. It's built using Python and Flask, with integration to OpenAI for nuanced analysis of comments.
How I built it
The application was built using Flask, a Python micro web framework. The main application file app/main.py defines the routes and the logic for analyzing comments. The application uses a basic dataset for initial comment analysis, and if the comment passes this basic check, it uses OpenAI for a more nuanced analysis.
What's next for Hate Speech Detection
Improve the accuracy of hate speech detection by using more advanced machine learning techniques or by expanding the dataset used for analysis.

Log in or sign up for Devpost to join the conversation.