Spaces:
Sleeping
Sleeping
π΅οΈ 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.