This library provides notebooks to demonstrate the training and execution of quantum machine learning models.
The source code is currently hosted on GitHub at: https://github.com/c4ristian/quantum-ai
conda env create -f environment.yml
conda activate quantum-ai
python -m ipykernel install --user --name=quantum-ai
jupyter notebook --notebook-dir="./notebooks"