gpaasch commited on
Commit
8e61455
Β·
1 Parent(s): db3b408

repo structure cleanup (https://chatgpt.com/share/6841a61b-3dfc-8004-aec7-9c48fba857fd)

Browse files
.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