- Install [R] (https://www.r-project.org) and optionally [RStudio] (https://www.rstudio.com)
- In RStudio/R install some packages you will need:
install.packages("shiny")
,install.packages("LDAvis")
,install.packages("XML")
,install.packages("RCurl")
,install.packages("plyr")
,install.packages("tm")
- In RStudio/R run:
library(shiny)
and then: runUrl("https://github.com/ThomasK81/TopicModellingR/archive/master.zip", subdir = "/shiny/tmApp/")
- Enjoy!