Skip to content

Aypak/create_wordcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Wordcloud

A Shiny application that helps you create wordclouds by entering text or uploading a text file

image

Local Setup (RStudio)

  • Clone the repository
  • Install the package dependencies
install.packages(c("shiny","shinyWidgets","colourpicker","tm","NLP","wordcloud2"))
  • Run the Shiny application
shiny::runApp()