Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,16 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
1 |
+
# 🕵️ Fake News Detector
|
2 |
+
|
3 |
+
A simple NLP app that detects whether a news article is FAKE or REAL using a fine-tuned BERT model.
|
4 |
+
|
5 |
+
## 🔍 How it works
|
6 |
+
- Paste any article.
|
7 |
+
- The app uses the `mrm8488/bert-tiny-finetuned-fake-news` model from Hugging Face Transformers.
|
8 |
+
- It returns classification results with confidence scores.
|
9 |
+
|
10 |
+
## ✅ Built with
|
11 |
+
- Gradio
|
12 |
+
- Hugging Face Transformers
|
13 |
+
- PyTorch
|
14 |
+
|
15 |
+
## 🚀 Use Case
|
16 |
+
Great for education, awareness, and portfolio projects related to AI and misinformation.
|