MedMiner leverages large language models (LLMs) and Langchain/Langgraph workflows to extract and analyze data from medical documents efficiently.
Note
Use the included dev container to automatically install all the necessary dev tools and dependencies.
-
Clone the repository:
git clone https://github.com/aidh-ms/MedMiner.git cd MedMiner -
Open the project in Visual Studio Code:
code . -
(Optionally) Enable Snowstorm server
to enable the snowstorm server for snomedct go to the .env file in the .devcontainer folder and add the following line.
COMPOSE_PROFILES=dev- Reopen in Container:
- Press
F1to open the command palette. - Type
Remote-Containers: Reopen in Containerand select it. - VS Code will build the Docker container defined in the
.devcontainerfolder and open the project inside the container.
- Press