valantiskon / Hate-Speech-Detection-WebApp

3 stars 3 forks source link

Hate Speech Detection Web App

This project focuses on applying Machine Learning techniques to categorize a piece of text into three distinct categories, which are "hate speech", "offensive language" and "neither".

The predictive model is then deployed in a Web App, allowing users to enter any text they please in order to get a prediction about its category.

The app features an interpretation schema that aims to explain the given prediction applying the LIME method, that utilizes white box models in order to interpret decisions of black box models.

Online version:

The app was hosted by HEROKU on a free plan, but unfortunately the plan is not available anymore.

To DO: