In this repo we are investigating several ways to use the quantum computer as a convolution kernel for image classification. This work is inspired on the article 2308.14930.pdf (arxiv.org)
To use the file we advice you to create a conda environment
conda create -n qml_env python=3.11
conda activate qml_env
Clone the repository to have all the important files: got to the folder and then instal the packages from requirements.txt by running the pip command
pip3 install -r requirements.txt