Sanjayraju30 commited on
Commit
6f8954b
Β·
verified Β·
1 Parent(s): 4c82ce8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -4,24 +4,24 @@ emoji: πŸ•΅οΈ
4
  colorFrom: red
5
  colorTo: pink
6
  sdk: gradio
7
- sdk_version: "4.30.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 fine-tuned BERT model.
15
 
16
- ## πŸ” How it works
17
- - Paste any article.
18
- - The app uses the `mrm8488/bert-tiny-finetuned-fake-news` model from Hugging Face Transformers.
19
- - It returns classification results with confidence scores.
20
 
21
- ## βœ… Built with
22
- - Gradio
23
  - Hugging Face Transformers
24
  - PyTorch
25
 
26
- ## πŸš€ Use Case
27
- Great for education, awareness, and portfolio projects related to AI and misinformation.
 
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.