Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 965 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 965 Bytes

PROJECT MOVED TO PlanQK organization

NOTICE: This project has moved to the GitHub PlanQK organization for continued updates and development. You can find the latest version of this project at (https://github.com/PlanQK/planqk-demo-starter-gradio).

A PlanQK Demo Example using Gradio

This is an example of a PlanQK Demo created with Gradio. The demo creates a web user interface to demonstrate the Quantum Random Number Generator published on the PlanQK Marketplace.

Try it out

To run the demo subscribe to the Quantum Random Number Generator with an Application. Then add the credentials of your Application as environment variables.

Run it locally with:

conda env create -f environment.yml
conda activate demo-starter-gradio
gradio app.py