Sanjayraju30 commited on
Commit
37f198d
·
verified ·
1 Parent(s): 9210374

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -13
README.md CHANGED
@@ -11,17 +11,6 @@ pinned: false
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.
 
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)