Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,17 +11,6 @@ pinned: false
|
|
| 11 |
|
| 12 |
# 🕵️ Fake News Detector
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
-
|
| 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.
|
|
|
|
| 11 |
|
| 12 |
# 🕵️ Fake News Detector
|
| 13 |
|
| 14 |
+
Paste a news article, and this app tells you whether it's **real or fake**, using a transformer model.
|
| 15 |
|
| 16 |
+
Built using `Gradio`, `Transformers`, and the model [michiyasunaga/BERT-fake-news-detection](https://huggingface.co/michiyasunaga/BERT-fake-news-detection)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|