Lazykitty244 commited on
Commit
5d174b0
·
verified ·
1 Parent(s): 6f280e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -23
README.md CHANGED
@@ -1,23 +1,14 @@
1
- # 🧠 Emotion & Hate Speech Detector
2
-
3
- This project is a demo of emotion classification and hate speech detection using Hugging Face Transformers, deployed with Gradio.
4
-
5
- ## 🚀 Features
6
-
7
- - Emotion detection (joy, sadness, anger, fear, etc.)
8
- - Hate speech classification (HATE vs NON-HATE)
9
- - Live web interface powered by Gradio
10
- - Deployed version: [Hugging Face Space](https://huggingface.co/spaces/Lazykitty244/emotion-hate-detector)
11
-
12
- ## 🛠️ Models Used
13
-
14
- - Emotion: `bhadresh-savani/distilbert-base-uncased-emotion`
15
- - Hate Speech: `Hate-speech-CNERG/dehatebert-mono-english`
16
-
17
- ## 💻 Local Installation
18
-
19
- ```bash
20
- git clone https://github.com/YourUsername/emotion-hate-detector.git
21
- cd emotion-hate-detector
22
- pip install -r requirements.txt
23
- python app.py
 
1
+ ---
2
+ title: Emotion Hate Detector
3
+ emoji: 💻
4
+ colorFrom: green
5
+ colorTo: pink
6
+ sdk: gradio
7
+ sdk_version: 5.32.1
8
+ app_file: app.py
9
+ pinned: false
10
+ license: apache-2.0
11
+ short_description: emotion-hate-detector
12
+ ---
13
+
14
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference