Sanjayraju30 commited on
Commit
d025be7
·
verified ·
1 Parent(s): 583bcec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -13
README.md CHANGED
@@ -1,13 +1,16 @@
1
- ---
2
- title: Fake News Detection
3
- emoji: 😻
4
- colorFrom: gray
5
- colorTo: gray
6
- sdk: gradio
7
- sdk_version: 5.29.0
8
- app_file: app.py
9
- pinned: false
10
- license: apache-2.0
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
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.