Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shiny, gradio, quarto screenshots #153

Merged
merged 7 commits into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion examples/gradio/basic-app/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Basic app

A basic Gradio app.
A basic Gradio app.

![](screenshot.webp)
Binary file added examples/gradio/basic-app/screenshot.webp
Binary file not shown.
7 changes: 5 additions & 2 deletions examples/quarto/quarto-remote-render/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Quarto

Sample Quarto website with `Dockerfile` for Ploomber Cloud deployment. This example
does not require you to run `quarto render`, your documents will be rendered on
Sample Quarto website with `Dockerfile` for Ploomber Cloud deployment.

![](screenshot.webp)

This example does not require you to run `quarto render`, your documents will be rendered on
Ploomber Cloud, you don't even need to have quarto installed!

To deploy:
Expand Down
Binary file not shown.
4 changes: 3 additions & 1 deletion examples/shiny-r/shiny-r-data-visualization/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Data visualization

An app for visualising the Penguins dataset.
An app for visualising the Penguins dataset.

![](screenshot.webp)
Binary file not shown.
2 changes: 2 additions & 0 deletions examples/shiny/basic-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A Shiny app to visualize model training accuracy scores in realtime.

![](screenshot.webp)

## Steps

* Train multiple models with different parameters locally, and store the accuracy scores to a remote database at the end of every epoch.
Expand Down
87 changes: 87 additions & 0 deletions examples/shiny/basic-app/requirements.lock.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
absl-py==2.1.0
anyio==4.3.0
appdirs==1.4.4
asgiref==3.7.2
asttokens==2.4.1
astunparse==1.6.3
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
comm==0.2.2
decorator==5.1.1
dm-tree==0.1.8
dnspython==2.6.1
executing==2.0.1
faicons==0.2.2
flatbuffers==24.3.7
gast==0.5.4
google-pasta==0.2.0
grpcio==1.62.1
h11==0.14.0
h5py==3.10.0
htmltools==0.5.1
idna==3.6
ipython==8.18.0
ipywidgets==8.1.2
jedi==0.19.1
joblib==1.3.2
jupyter_core==5.7.2
jupyterlab_widgets==3.0.10
keras==3.0.5
libclang==16.0.6
linkify-it-py==2.0.3
Markdown==3.5.2
markdown-it-py==3.0.0
MarkupSafe==2.1.5
matplotlib-inline==0.1.6
mdit-py-plugins==0.4.0
mdurl==0.1.2
ml-dtypes==0.3.2
namex==0.0.7
numpy==1.26.4
opt-einsum==3.3.0
packaging==24.0
pandas==2.2.1
parso==0.8.3
pexpect==4.9.0
platformdirs==4.2.0
plotly==5.20.0
prompt-toolkit==3.0.36
protobuf==4.25.3
ptyprocess==0.7.0
pure-eval==0.2.2
Pygments==2.17.2
pymongo==4.6.2
python-dateutil==2.9.0.post0
python-multipart==0.0.9
pytz==2024.1
questionary==2.0.1
requests==2.31.0
rich==13.7.1
scikit-learn==1.4.1.post1
scipy==1.12.0
shiny==0.8.1
shinywidgets==0.3.1
six==1.16.0
sniffio==1.3.1
stack-data==0.6.3
starlette==0.37.2
tenacity==8.2.3
tensorboard==2.16.2
tensorboard-data-server==0.7.2
tensorflow==2.16.1
tensorflow-io-gcs-filesystem==0.36.0
termcolor==2.4.0
threadpoolctl==3.3.0
traitlets==5.14.2
typing_extensions==4.10.0
tzdata==2024.1
uc-micro-py==1.0.3
urllib3==2.2.1
uvicorn==0.28.0
watchfiles==0.21.0
wcwidth==0.2.13
websockets==12.0
Werkzeug==3.0.1
widgetsnbextension==4.0.10
wrapt==1.16.0
Binary file added examples/shiny/basic-app/screenshot.webp
Binary file not shown.
4 changes: 3 additions & 1 deletion examples/shiny/express-tip-calculator/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Restaurant tipping dashboard

A restaurant tipping dashboard designed to offer valuable insights into tipping behaviors like average tip, tips percentage over the week, etc.
A restaurant tipping dashboard designed to offer valuable insights into tipping behaviors like average tip, tips percentage over the week, etc.

![](screenshot.webp)
57 changes: 57 additions & 0 deletions examples/shiny/express-tip-calculator/requirements.lock.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
anyio==4.3.0
appdirs==1.4.4
asgiref==3.7.2
asttokens==2.4.1
click==8.1.7
comm==0.2.2
decorator==5.1.1
executing==2.0.1
faicons==0.2.2
h11==0.14.0
htmltools==0.5.1
idna==3.6
ipython==8.18.0
ipywidgets==8.1.2
jedi==0.19.1
jupyter_core==5.7.2
jupyterlab_widgets==3.0.10
linkify-it-py==2.0.3
markdown-it-py==3.0.0
matplotlib-inline==0.1.6
mdit-py-plugins==0.4.0
mdurl==0.1.2
numpy==1.26.4
packaging==24.0
pandas==2.2.1
parso==0.8.3
patsy==0.5.6
pexpect==4.9.0
platformdirs==4.2.0
plotly==5.20.0
prompt-toolkit==3.0.36
ptyprocess==0.7.0
pure-eval==0.2.2
Pygments==2.17.2
python-dateutil==2.9.0.post0
python-multipart==0.0.9
pytz==2024.1
questionary==2.0.1
ridgeplot==0.1.24
scipy==1.12.0
shiny==0.8.1
shinywidgets==0.3.1
six==1.16.0
sniffio==1.3.1
stack-data==0.6.3
starlette==0.37.2
statsmodels==0.14.1
tenacity==8.2.3
traitlets==5.14.2
typing_extensions==4.10.0
tzdata==2024.1
uc-micro-py==1.0.3
uvicorn==0.28.0
watchfiles==0.21.0
wcwidth==0.2.13
websockets==12.0
widgetsnbextension==4.0.10
Binary file not shown.
4 changes: 3 additions & 1 deletion examples/voila/object-removal/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Object Removal app

This app allows you to remove objects from images.
This app allows you to remove objects from images.

![](screenshot.webp)
134 changes: 134 additions & 0 deletions examples/voila/object-removal/requirements.lock.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
aiofiles==23.2.1
altair==5.2.0
annotated-types==0.6.0
anyio==4.3.0
appnope==0.1.4
argon2-cffi==23.1.0
argon2-cffi-bindings==21.2.0
arrow==1.3.0
asttokens==2.4.1
attrs==23.2.0
Babel==2.14.0
beautifulsoup4==4.12.3
bleach==6.1.0
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
comm==0.2.2
contourpy==1.2.0
cycler==0.12.1
debugpy==1.8.1
decorator==5.1.1
defusedxml==0.7.1
executing==2.0.1
fastapi==0.110.0
fastjsonschema==2.19.1
ffmpy==0.3.2
filelock==3.13.1
fonttools==4.49.0
fqdn==1.5.1
fsspec==2024.2.0
gradio_client==0.12.0
h11==0.14.0
httpcore==1.0.4
httpx==0.27.0
huggingface-hub==0.21.4
idna==3.6
importlib_resources==6.3.0
ipycanvas==0.13.1
ipykernel==6.29.3
ipyspin==1.0.1
ipython==8.22.2
ipywidgets==8.1.2
isoduration==20.11.0
jedi==0.19.1
Jinja2==3.1.3
json5==0.9.22
jsonpointer==2.4
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
jupyter-events==0.9.1
jupyter_client==8.6.1
jupyter_core==5.7.2
jupyter_server==2.13.0
jupyter_server_terminals==0.5.3
jupyterlab_pygments==0.3.0
jupyterlab_server==2.25.4
jupyterlab_widgets==3.0.10
kiwisolver==1.4.5
markdown-it-py==3.0.0
MarkupSafe==2.1.5
matplotlib==3.8.3
matplotlib-inline==0.1.6
mdurl==0.1.2
mistune==3.0.2
nbclient==0.7.4
nbconvert==7.16.2
nbformat==5.10.2
nest-asyncio==1.6.0
numpy==1.26.4
orjson==3.9.15
overrides==7.7.0
packaging==24.0
pandas==2.2.1
pandocfilters==1.5.1
parso==0.8.3
pexpect==4.9.0
pillow==10.2.0
platformdirs==4.2.0
prometheus_client==0.20.0
prompt-toolkit==3.0.43
psutil==5.9.8
ptyprocess==0.7.0
pure-eval==0.2.2
pycparser==2.21
pydantic==2.6.4
pydantic_core==2.16.3
pydub==0.25.1
Pygments==2.17.2
pyparsing==3.1.2
python-dateutil==2.9.0.post0
python-json-logger==2.0.7
python-multipart==0.0.9
pytz==2024.1
PyYAML==6.0.1
pyzmq==25.1.2
referencing==0.33.0
replicate==0.24.0
requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rich==13.7.1
rpds-py==0.18.0
ruff==0.3.2
semantic-version==2.10.0
Send2Trash==1.8.2
shellingham==1.5.4
six==1.16.0
sniffio==1.3.1
soupsieve==2.5
stack-data==0.6.3
starlette==0.36.3
terminado==0.18.1
tinycss2==1.2.1
tomlkit==0.12.0
toolz==0.12.1
tornado==6.4
tqdm==4.66.2
traitlets==5.14.2
typer==0.9.0
types-python-dateutil==2.8.19.20240311
typing_extensions==4.10.0
tzdata==2024.1
uri-template==1.3.0
urllib3==2.2.1
uvicorn==0.28.0
voila==0.5.5
wcwidth==0.2.13
webcolors==1.13
webencodings==0.5.1
websocket-client==1.7.0
websockets==11.0.3
widgetsnbextension==4.0.10
Binary file added examples/voila/object-removal/screenshot.webp
Binary file not shown.