Welcome to the hands-on workshop! This guide walks you through setting up your local machine to run the Jupyter notebooks that power our medical AI training workflow.
-
macOS:
brew install pyenv pyenv install 3.11.9 pyenv global 3.11.9
-
Windows: Download Python 3.11 from: https://www.python.org/downloads/release/python-3110/
-
Ubuntu/Linux:
sudo apt update sudo apt install python3.11 python3.11-venv python3.11-dev
python3 --version
β
Make sure it returns 3.11.x
.
git clone https://github.com/eyepop-ai/Voxel51-Medical-Workshop
cd Voxel51-Medical-Workshop
jupyter notebook notebooks/01_dataset_visualization.ipynb
If it opens a blank screen, try VS Code or use the classic notebook interface (jupyter notebook
, not jupyter lab
).
For Notebook #2, youβll need to paste your EyePop.ai API key. You can grab a key at https://www.eyepop.ai/