Movie Success Dashboards

This project was part of the IMT 563 course titled 'Advanced Relational Database Management Systems'. The goal of the dashboards is to analyze movie success using multiple factors.

The project involved data extraction, processing and dashboard creation steps to analyze movie data. To measure movie success, I used averaged IMDB user ratings, Rotten Tomatoes Movie Ratings and the adjusted revenue earned by each movie. To get the data from TMDB and IMDB, I used their APIs. To get Rotten Tomatoes data, I developed a web crawler using Python. The data was then processed and stored in a SQL Server database. The database was then used by Tableau to create multiple dashboards.

The project files can be found here.