Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ๐ Hate Speech Detection Web Application
|
| 2 |
|
| 3 |
A FastAPI-based web application that detects hate speech in text using a **locally stored machine learning model (`hate_speech_model.pkl`)**.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Hate Speech Detection API
|
| 3 |
+
emoji: ๐
|
| 4 |
+
colorFrom: red
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_file: app.py
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
|
| 12 |
# ๐ Hate Speech Detection Web Application
|
| 13 |
|
| 14 |
A FastAPI-based web application that detects hate speech in text using a **locally stored machine learning model (`hate_speech_model.pkl`)**.
|