Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
6.6.0
metadata
license: mit
title: Misinformation Detection Dashboard
sdk: gradio
colorFrom: red
colorTo: red
Misinformation Detection Dashboard
This Hugging Face Space uses Gradio to provide a simple and interactive dashboard for detecting misinformation in article text or URLs.
Features
- Paste article text or a URL
- Choose input type: Auto Detect, Text, or URL
- Get a verdict: Authentic or Possibly Misinformation
- See the authenticity score (0–100%)
How It Works
The app uses a fine-tuned BERT model (mrm8488/bert-tiny-finetuned-fake-news-detection) from Hugging Face Transformers to classify input text.
Setup Instructions
This Space requires only two files:
app.py: Contains the Gradio interface and model logicrequirements.txt: Lists required Python packages
No HTML, CSS, or JavaScript files are needed.
Usage
- Upload
app.pyandrequirements.txtto your Hugging Face Space. - Hugging Face will automatically detect Gradio and launch the app.
- Use the input box and radio buttons to analyze content.