by @alexgcsa and @proteinmechanic
The main material can be accessed via Google Colab Notebook:
The extra material can be accessed via Google Colab Notebooks:
- Iris Classification Colab
- Disease Classification Colab - Part 1
- Disease Classification Colab - Part 2
Alternatively, if you want to run it locally, we suggest you use Anaconda (or Miniconda) to manage a virtual environment and install dependencies.
$ conda create -n incob_qml
$ conda activate incob_qml
$ conda install python=3.10
$ pip install -r requirements.txt
If you need to run under this environment at any time, use the following commands to activate it and open the notebook:
$ conda activate incob_qml
$ jupyter lab
OR
$ conda activate incob_qml
$ jupyter lab --ip=127.0.0.1 --port=8888