This repo contains the source code for the hotel booking demand visualization dashboard, as the course project for CS571 at UMass Amherst.
To see the visualization dashboard, do the following:
- download and unzip the repository
- go to
/dashboard/frontend/index.htmland open the html file
Due to the time constraint the website design is not completely responsive.
In our test environment, the visualization layout behaves as expected in the range of (1130 x 625) to (1200 x 625) screen resolution. In other words, the height/width ratio needs to be ideally in the range of 1.8 - 1.9
The visualizations are contained under the /dashboard directory
/scriptscontains the python scripts used to preprocess/transform the dataset in order to prepare for the visualization/datafolder contains the raw dataset as well as subsets of the raw data used for each visualization./frontendcontains all the html/css/js files that we need in order for the website to render.