To use this code to further apply ai and medical imaging projects, install these dependencies:
- Download any version of Python 3 compatible with your operating system: https://www.python.org/downloads/ Python 3 versions come with pip. Use pip to install the rest of the libraries. Windows: open powershell and check that Python and pip are installed python --version pip3 --version Mac / Linux:
- pip3 install jupyter
- pip3 install torch
- pip3 install torchvision
- pip3 install sklearn
- pip3 install skimage
- pip3 install numpy
- pip3 install matplotlib