exp2vec-shiny Shiny app for exp2vec. https://nanx.shinyapps.io/exp2vec/ Installing dependencies Install the R packages used by the app with: # install.packages("remotes") remotes::install_deps() Run locally Run the app locally with: shiny::runApp()