Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -4,24 +4,24 @@ emoji: π΅οΈ
|
|
4 |
colorFrom: red
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
-
sdk_version: "4.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
# π΅οΈ Fake News Detector
|
13 |
|
14 |
-
A simple NLP app that detects whether a news article is FAKE or REAL using a
|
15 |
|
16 |
-
##
|
17 |
-
- Paste
|
18 |
-
-
|
19 |
-
-
|
20 |
|
21 |
-
##
|
22 |
-
- Gradio
|
23 |
- Hugging Face Transformers
|
24 |
- PyTorch
|
25 |
|
26 |
-
##
|
27 |
-
|
|
|
4 |
colorFrom: red
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
+
sdk_version: "4.26.0"
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
# π΅οΈ Fake News Detector
|
13 |
|
14 |
+
A simple NLP app that detects whether a news article is **FAKE** or **REAL** using a transformer model.
|
15 |
|
16 |
+
## π Features
|
17 |
+
- Paste an article or headline.
|
18 |
+
- Detects if it's fake or real.
|
19 |
+
- Shows classification confidence.
|
20 |
|
21 |
+
## π§ Built With
|
22 |
+
- Gradio `4.26.0`
|
23 |
- Hugging Face Transformers
|
24 |
- PyTorch
|
25 |
|
26 |
+
## π Use Case
|
27 |
+
Perfect for learning, education, and misinformation detection awareness.
|