Spaces:
Sleeping
Sleeping
File size: 2,026 Bytes
ba6c67f fde4fc3 c5f9ce4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
---
title: Biomedical Fact Checker
emoji: 📉
colorFrom: indigo
colorTo: green
sdk: gradio
sdk_version: 5.35.0
app_file: app.py
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# Biomedical News Fact-Checker & Research Evidence Finder
This app helps you understand if the scientific claims in health or biomedical news articles are supported by real research.
## What does this app do?
- **Extracts key scientific claims** from a news article.
- **Finds the most relevant PubMed biomedical research papers** for each claim.
- **Checks which sentences in those papers support, contradict, or are neutral** to each claim (color-coded: green=support, red=contradict, gray=neutral).
- **Gives you a simple, plain-English summary** of the overall evidence for each claim.
## How do I use it?
1. **Paste the link to any health or biomedical news article** (for example, from Medical News Today or similar sites).
2. **Click the submit/run button.**
3. **Wait for the results** (this may take a minute, especially the first time you use the app).
4. For each main claim in the article, you’ll see:
- A short summary verdict in plain language.
- A list of color-coded evidence sentences from research papers.
- The titles of the most relevant PubMed articles.
## Who is this for?
- Curious readers, students, journalists, researchers, or anyone who wants to check if a news story’s science is backed up by real research.
## What is special about this app?
- **No account, no sign-up, no private info required.**
- **No paid or cloud AI services:** Everything runs here using open-source AI.
- **Designed for health/biomedical news, but can work on most science articles.**
## Try it out!
**Sample article you can use:**
https://www.medicalnewstoday.com/articles/omicron-what-do-we-know-about-the-stealth-variant
Paste this link in the app to see how it works!
---
Questions or feedback? You can find the code on Hugging Face Spaces.
|