Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 590 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 590 Bytes

QML-QPF

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)

Installation

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