Fake_news_detection / README.md
Sanjayraju30's picture
Update README.md
d025be7 verified
|
raw
history blame
503 Bytes

πŸ•΅οΈ 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.