pinheirochagas commited on
Commit
bec39f0
·
verified ·
1 Parent(s): 955bf00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Clinical Diagnosis Explorer
3
  emoji: 🏥
4
  colorFrom: blue
5
  colorTo: green
@@ -7,6 +7,7 @@ sdk: gradio
7
  sdk_version: 5.34.1
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
  # Clinical Diagnosis Explorer
@@ -17,7 +18,7 @@ Extract diagnostic claims and ground them in the scientific literature with PubM
17
 
18
  - **Diagnosis-First Approach**: Automatically extracts primary diagnosis and related clinical claims
19
  - **Automated PubMed Search**: Generates optimized search queries and retrieves relevant research
20
- - **Evidence Analysis**: Uses GPT-4o to analyze research evidence and assess claim validity
21
  - **Citation Integration**: Generates revised clinical notes with inline citations
22
 
23
  ## Usage
 
1
  ---
2
+ title: Diagnostic Claims Verifier
3
  emoji: 🏥
4
  colorFrom: blue
5
  colorTo: green
 
7
  sdk_version: 5.34.1
8
  app_file: app.py
9
  pinned: false
10
+ short_description: Extract and scientificaly ground diagnostic claims.
11
  ---
12
 
13
  # Clinical Diagnosis Explorer
 
18
 
19
  - **Diagnosis-First Approach**: Automatically extracts primary diagnosis and related clinical claims
20
  - **Automated PubMed Search**: Generates optimized search queries and retrieves relevant research
21
+ - **Evidence Analysis**: Uses LLM to analyze research evidence and assess claim validity
22
  - **Citation Integration**: Generates revised clinical notes with inline citations
23
 
24
  ## Usage