Fake_news_detection / README.md
Sanjayraju30's picture
Update README.md
4c82ce8 verified
|
raw
history blame
647 Bytes
metadata
title: Fake News Detector
emoji: πŸ•΅οΈ
colorFrom: red
colorTo: pink
sdk: gradio
sdk_version: 4.30.0
app_file: app.py
pinned: false

πŸ•΅οΈ Fake News Detector

A simple NLP app that detects whether a news article is FAKE or REAL using a fine-tuned BERT model.

πŸ” How it works

  • Paste any article.
  • The app uses the mrm8488/bert-tiny-finetuned-fake-news model from Hugging Face Transformers.
  • It returns classification results with confidence scores.

βœ… Built with

  • Gradio
  • Hugging Face Transformers
  • PyTorch

πŸš€ Use Case

Great for education, awareness, and portfolio projects related to AI and misinformation.