Spaces:
Running
Running
repo structure cleanup (https://chatgpt.com/share/6841a61b-3dfc-8004-aec7-9c48fba857fd)
Browse files- .gitignore +2 -1
- {icd10cm_tabular_2025 β data/icd10cm_tabular_2025}/icd10cm_index_2025.xml +0 -0
- {icd10cm_tabular_2025 β data/icd10cm_tabular_2025}/icd10cm_tabular_2025.xml +0 -0
- icd_to_description.json β data/icd_to_description.json +0 -0
- knowledge_base.json β data/knowledge_base.json +0 -0
- symptom_to_icd.json β data/symptom_to_icd.json +0 -0
- hf-mcp-hackathon/plan.md β docs/broad_overview_plan.md +0 -0
- {hf-mcp-hackathon β docs}/idea.md +0 -0
- {research-papers β docs/research-papers}/Researching a Winning Project Idea for the Gradio Agents & MCP Hackathon 2025.pdf +0 -0
- {research-papers β docs/research-papers}/Strategy to Win the MCP Tool_Server Hackathon Track.pdf +0 -0
- {research-papers β docs/research-papers}/Using Your RTX 2060 Instead of Cloud APIs for the MCP Hackathon.pdf +0 -0
- app.py β src/app.py +0 -0
- merge_kb.py β src/merge_kb.py +0 -0
- parse_tabular.py β src/parse_tabular.py +0 -0
.gitignore
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
venv
|
|
|
|
1 |
+
venv
|
2 |
+
.venv
|
{icd10cm_tabular_2025 β data/icd10cm_tabular_2025}/icd10cm_index_2025.xml
RENAMED
File without changes
|
{icd10cm_tabular_2025 β data/icd10cm_tabular_2025}/icd10cm_tabular_2025.xml
RENAMED
File without changes
|
icd_to_description.json β data/icd_to_description.json
RENAMED
File without changes
|
knowledge_base.json β data/knowledge_base.json
RENAMED
File without changes
|
symptom_to_icd.json β data/symptom_to_icd.json
RENAMED
File without changes
|
hf-mcp-hackathon/plan.md β docs/broad_overview_plan.md
RENAMED
File without changes
|
{hf-mcp-hackathon β docs}/idea.md
RENAMED
File without changes
|
{research-papers β docs/research-papers}/Researching a Winning Project Idea for the Gradio Agents & MCP Hackathon 2025.pdf
RENAMED
File without changes
|
{research-papers β docs/research-papers}/Strategy to Win the MCP Tool_Server Hackathon Track.pdf
RENAMED
File without changes
|
{research-papers β docs/research-papers}/Using Your RTX 2060 Instead of Cloud APIs for the MCP Hackathon.pdf
RENAMED
File without changes
|
app.py β src/app.py
RENAMED
File without changes
|
merge_kb.py β src/merge_kb.py
RENAMED
File without changes
|
parse_tabular.py β src/parse_tabular.py
RENAMED
File without changes
|