Skip to content

Commit 5e68b70

Browse files
committed
updated readme
1 parent 494eb51 commit 5e68b70

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

assets/dataset.png

178 KB
Loading

assets/model.png

94.4 KB
Loading

readme.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1+
# QCOP
2+
3+
## In progress 🚧
4+
15
[![Publish to Docker Hub](https://github.com/Dpbm/qcop/actions/workflows/dockerhub.yml/badge.svg)](https://github.com/Dpbm/qcop/actions/workflows/dockerhub.yml)
26

37
[![Publish to GHCR](https://github.com/Dpbm/qcop/actions/workflows/ghcr.yml/badge.svg)](https://github.com/Dpbm/qcop/actions/workflows/ghcr.yml)
48

5-
[![Run tox checks](https://github.com/Dpbm/qcop/actions/workflows/tox-tests.yml/badge.svg)](https://github.com/Dpbm/qcop/actions/workflows/tox-tests.yml)
9+
[![Run tox checks](https://github.com/Dpbm/qcop/actions/workflows/tox-tests.yml/badge.svg)](https://github.com/Dpbm/qcop/actions/workflows/tox-tests.yml)
10+
11+
12+
This project, is a computer vision model based on RestNet trained to be able to predict the output of a quantum circuit.
13+
14+
To do this, Two Airflow pipelines were built. One to construct the dataset using Qiskit and them upload it to kaggle and huggingface, and the other one to get the dataset and train and evaluate the model.
15+
16+
The whole project was built in python with some helpers in bash and docker containers to pack the airflow instance as well as the postgres database used by it.
17+
18+
![dataset pipeline](./assets/dataset.png)
19+
![model pipeline](./assets/model.png)

0 commit comments

Comments
 (0)