Spaces:
Sleeping
Sleeping
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.