Spaces:
Sleeping
Sleeping
| 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 logic | |
| - `requirements.txt`: Lists required Python packages | |
| No HTML, CSS, or JavaScript files are needed. | |
| ## Usage | |
| 1. Upload `app.py` and `requirements.txt` to your Hugging Face Space. | |
| 2. Hugging Face will automatically detect Gradio and launch the app. | |
| 3. Use the input box and radio buttons to analyze content. | |
| ## Requirements |