A Shiny application that helps you create wordclouds by entering text or uploading a text file
- Clone the repository
- Install the package dependencies
install.packages(c("shiny","shinyWidgets","colourpicker","tm","NLP","wordcloud2"))
- Run the Shiny application
shiny::runApp()