/mypalette

Shiny app R package to generate color palette for a given image or image subregion

Primary LanguageROtherNOASSERTION

mypalette

R-CMD-check test-coverage codecov

Install & Run App

In R Session

This package exports a single R function that launches the packaged shiny app:

# remotes::install_github("r-data-science/mypalette")
mypalette::runPaletteApp()

In Docker Container

To run this as a docker container, perform the following bash commands:

sudo docker pull bfatemi/mypalette:latest
sudo docker run --name demo-app \
  -p 3939:3939 --rm -dt bfatemi/mypalette:latest

Proprietary - Do Not Distribute