pritamdeka commited on
Commit
fde4fc3
·
verified ·
1 Parent(s): 6eb5037

Update README.md

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