atrmkj commited on
Commit
854987f
·
1 Parent(s): 52f4b0f

adding readme

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # Healthcare Tool-Using AI Agent
2
 
3
  A medical Q&A system that intelligently routes queries between document retrieval and web search to provide accurate healthcare information.
@@ -112,4 +122,4 @@ This project is licensed under the MIT License - see the LICENSE file for detail
112
  ## Acknowledgments
113
 
114
  - Medical transcription samples from [MTSamples](https://www.mtsamples.com/)
115
- - Built with Claude 3.7 Sonnet by Anthropic
 
1
+ ---
2
+ title: "MedTranscript QA Agent"
3
+ emoji: 🩺
4
+ colorFrom: indigo
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: 3.50.2
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
  # Healthcare Tool-Using AI Agent
12
 
13
  A medical Q&A system that intelligently routes queries between document retrieval and web search to provide accurate healthcare information.
 
122
  ## Acknowledgments
123
 
124
  - Medical transcription samples from [MTSamples](https://www.mtsamples.com/)
125
+ - Built with Claude 3.7 Sonnet by Anthropic