Skip to content

Commit

Permalink
Create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adwityac authored Nov 10, 2024
1 parent 51b17b9 commit 85a9652
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Hate Speech Detection/Web App/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Hate Speech Detection

### Goal 🎯
The main goal of the project was to develop a deep learning model that accurately identifies and classifies hate speech in text data and to help identify and filter harmful language, promoting safer and more respectful online interactions.

### Model(s) used for the Web App 🧮
The application uses a TensorFlow model with BERT for binary classification of hate speech vs non-hate speech. The model produces probabilities between 0-1, with 0.5 as the decision threshold.

### Video Demonstration 🎥
![model_deployment_api](https://github.com/user-attachments/assets/e89599e4-8271-4c65-aefd-17078c1fc9c9)


### Signature ✒️
Adwitya Chakraborty

0 comments on commit 85a9652

Please sign in to comment.