SaashaJoshi / piQture

piQture: A quantum machine learning library for image processing.
https://saashajoshi.github.io/piQture/
Apache License 2.0
42 stars 20 forks source link

Added implementation for Bitplane Representation of Quantum Images (BRQI) #139

Closed Dljdd closed 1 week ago

Dljdd commented 4 weeks ago

Added implementation for Bitplane Representation of Quantum Images (BRQI) #131

The implementation of BRQI is present within the embeddings/image_embeddings/brqi.py file.

Added test cases for the BRQI Module in the tests/embeddings/image_embeddings/test_brqi.py file

SaashaJoshi commented 3 weeks ago

Hey, @Dljdd Could you make sure the unit tests and lint are passing?

Dljdd commented 2 weeks ago

Hi, @SaashaJoshi I have modified the files, the unit tests and lint should be passing now

SaashaJoshi commented 1 week ago

Hi @Dljdd, I am going to merge this repository. If there are any required changes, I will suggest making another repository. I do not want your hard work go waste by me being late in reviewing your code!