VoltIC commited on
Commit
e52093f
ยท
verified ยท
1 Parent(s): e632486

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
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`)**.