Skip to content

pfeifferis/med-exam-llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

med-exam-llm

Description

Automated medical exam answering using large language models.

Usage

1. Install requirements

pip install -r requirements.txt

2. Set up api keys

nano ~/.zshrc
export OPENAI_API_KEY='your-api-key-here'
export ANTHROPIC_API_KEY='your-api-key-here'
export GOOGLE_API_KEY='your-api-key-here'
source ~/.zshrc
echo $OPENAI_API_KEY

3. Run Jupyter Notebook

About

Automated medical exam answering using large language models.

Resources

Stars

Watchers

Forks

Contributors