Skip to content

PlanQK/planqk-demo-starter-gradio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PLANQK Demo Starter using Gradio

This is a simple example of a PLANQK Demo created with Gradio.

The demo creates a web user interface for a service generating real random numbers. Users are able to request the amount of random numbers they want to generate.

Run it locally:

uv venv
uv sync

source .venv/bin/activate

gradio app.py

Run with Docker

docker build -t planqk-demo-starter-gradio .
docker run -p 8080:8080 planqk-demo-starter-gradio

PLANQK also uses the Dockerfile to build and run the container image. Verifying that the Docker container runs correctly locally makes sure that it runs correctly on PLANQK ;-)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published