gpaasch commited on
Commit
358510d
·
1 Parent(s): 5e4e457

included section in readme for the required demo videos even though they are not made yet

Browse files
Files changed (1) hide show
  1. README.md +20 -18
README.md CHANGED
@@ -11,23 +11,10 @@ license: apache-2.0
11
  short_description: an MCP Tool for Symptom-to-ICD Diagnosis Mapping.
12
  tags:
13
  - mcp-server-track
14
- - medical-ai
15
- - diagnostic-assistant
16
- - icd10
17
- - speech-recognition
18
- - multimodal
19
- - agentic-ai
20
- - llamaindex-integration
21
- - gradio-app
22
- - sambanova-cloud
23
- - fast-inference
24
- - custom-components
25
- - healthcare
26
- - reusability
27
- - ui-polish
28
  ---
29
 
30
- A voice-enabled medical assistant that takes patient audio complaints, engages in follow-up questions, and returns structured ICD-10 diagnosis suggestions via an MCP endpoint.
31
 
32
  # Features
33
 
@@ -37,12 +24,27 @@ A voice-enabled medical assistant that takes patient audio complaints, engages i
37
  - **ICD-10 Mapping**: Use LlamaIndex for vector retrieval of probable ICD-10 codes with confidence scores.
38
  - **MCP-Server Ready**: Exposes a `/mcp` REST endpoint for seamless agent integration.
39
 
40
- # Getting Started
41
 
42
- My submission for this hackathon is posted at the following Hugging Face Space:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  https://huggingface.co/spaces/Agents-MCP-Hackathon/MedCodeMCP
44
 
45
- Note that I am also backing up my code to my personal space in case the hackathon space is ever removed:
46
  https://huggingface.co/spaces/gpaasch/Grahams_Gradio_Agents_MCP_Hackathon_2025_Submission
47
 
48
  ## Clone & Install
 
11
  short_description: an MCP Tool for Symptom-to-ICD Diagnosis Mapping.
12
  tags:
13
  - mcp-server-track
14
+ - agent-demo-track
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
+ A voice-enabled medical assistant that takes patient text or audio complaints, engages in follow-up questions, and returns structured ICD-10 diagnosis suggestions via an MCP endpoint.
18
 
19
  # Features
20
 
 
24
  - **ICD-10 Mapping**: Use LlamaIndex for vector retrieval of probable ICD-10 codes with confidence scores.
25
  - **MCP-Server Ready**: Exposes a `/mcp` REST endpoint for seamless agent integration.
26
 
27
+ # Video Demos
28
 
29
+ Short video demo for the hackathon mcp-server-track requirements:
30
+ .
31
+
32
+ Short video demo for the hackathon agent-demo-track requirements:
33
+ .
34
+
35
+ Long form demo, explaination of idea, and work session:
36
+ https://www.youtube.com/watch?v=fqFxyp3qvSA
37
+
38
+ More work sessions:
39
+ https://www.youtube.com/watch?v=jgmut0-9KYE
40
+ https://www.youtube.com/watch?v=2xW3kOYCDP8
41
+
42
+ # Spaces
43
+
44
+ My submission for this hackathon:
45
  https://huggingface.co/spaces/Agents-MCP-Hackathon/MedCodeMCP
46
 
47
+ A backup on my personal space:
48
  https://huggingface.co/spaces/gpaasch/Grahams_Gradio_Agents_MCP_Hackathon_2025_Submission
49
 
50
  ## Clone & Install