A shiny web app to help visualize IMDB data
Software used: R studio
Libraries Required: shiny, shinydashboard, ggplot2, lubridate, DT, dplyr, plyr, reshape.
Instructions: 1)Open up the app.R file in R studio 2)Ensure the data file imdb.csv is in the working directory 3)Run the visualization
Data Source: ftp://ftp.fu-berlin.de/pub/misc/movies/database/frozendata/
The data was refined and combined into the file imdb.csv in R itself. The code used to refine the data as well as info about the pre-processing is present in the "Preprocessing" directory