Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 771 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 771 Bytes

MedMiner

MedMiner leverages large language models (LLMs) and SmolAgents from Hugging Face to extract and analyze data from medical documents efficiently.

Getting Started

Note

Use the included dev container to automatically install all the necessary dev tools and dependencies.

  1. Clone the repository:

    git clone https://github.com/aidh-ms/MedMiner.git
    cd python-project-template
  2. Open the project in Visual Studio Code:

    code .
  3. Reopen in Container:

    • Press F1 to open the command palette.
    • Type Remote-Containers: Reopen in Container and select it.
    • VS Code will build the Docker container defined in the .devcontainer folder and open the project inside the container.