Skip to content

h10y/bananas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bananas Shiny App

Shiny app for classifying ripening bananas based on their color.

Data set from https://github.com/psolymos/bananas.

Flavour Link Image
Python Shiny py-shiny ghcr.io/h10y/bananas/py-shiny
R Shiny r-shiny ghcr.io/h10y/bananas/r-shiny

Shinylive does not work - see the shinylive.md file for details.

Deploy to shinyapps.io

R version:

rsconnect::setAccountInfo(
    name = "h10y",
    token = "A1B2...Y8Z9",
    secret = "abc123...xyz789")

rsconnect::deployApp(
    appDir = "./r-shiny/app", 
    account = "h10y",
    appName = "bananas-r")

Python:

rsconnect add \
    --account h10y \
    --name h10y \
    --token A1B2...Y8Z9 \
    --secret abc123...xyz789

rsconnect deploy shiny ./py-shiny/app \
    --name h10y \
    --title bananas-py

Render HTML from markdown:

pandoc -s -f markdown -t html5 -o "docs/index.html" "index.md"

See deployed Shiny results at https://h10y.github.io/bananas/.

About

Bananas: Example Shiny App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors