gpaasch commited on
Commit
04d1e41
·
1 Parent(s): 3ee9737

MedCodeMCP is clearer. Capitalizing the “C” separates “Med” and “Code” and avoids the run-together feel of MedcodeMCP

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: MedicodeMCP
3
  emoji: 💬
4
  colorFrom: yellow
5
  colorTo: purple
@@ -12,7 +12,7 @@ short_description: an MCP Tool for Symptom-to-ICD Diagnosis Mapping.
12
  ---
13
  A chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and my local RTX 2060 instead of Cloud APIs
14
 
15
- # MedicodeMCP – an MCP Tool for Symptom-to-ICD Diagnosis Mapping
16
 
17
  ## MVP Scope
18
  - Accept a patient’s symptom description (free-text input).
@@ -105,7 +105,7 @@ demo = gr.Interface(
105
  fn=symptom_to_diagnosis,
106
  inputs=gr.Textbox(placeholder="Enter symptoms here..."),
107
  outputs=gr.JSON(),
108
- title="MedicodeMCP Symptom-to-ICD Mapper",
109
  )
110
  demo.launch()
111
  ```
 
1
  ---
2
+ title: MedCodeMCP
3
  emoji: 💬
4
  colorFrom: yellow
5
  colorTo: purple
 
12
  ---
13
  A chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and my local RTX 2060 instead of Cloud APIs
14
 
15
+ # MedCodeMCP – an MCP Tool for Symptom-to-ICD Diagnosis Mapping
16
 
17
  ## MVP Scope
18
  - Accept a patient’s symptom description (free-text input).
 
105
  fn=symptom_to_diagnosis,
106
  inputs=gr.Textbox(placeholder="Enter symptoms here..."),
107
  outputs=gr.JSON(),
108
+ title="MedCodeMCP Symptom-to-ICD Mapper",
109
  )
110
  demo.launch()
111
  ```