MoViz__An_Analysis_and_Visualization_of_Movie_Data.mov
We have built a web application to visualize multiple plots describing the movie trends and various relationships between movie cast and production. By utilizing and analyzing these plots, we want to answer the objective question of what properties of a movie make it successful, with success being defined as high revenue or popularity. Users can set the properties and parameters of the plots to gain insights into the data. The data we are using is provided by The Movie Database API.
View the report here.
The Movie Database API is available at https://developer.themoviedb.org/docs.
- In the
code
directory, install the required Python libraries:make setup
- Fill in the details in the
code/config.json
file to point to the database and add the Django secret key - Add a cron job to run the
code/databuilder/update_db_cache.sh
shell script once a day - In the
code
directory, run the server:make server
- In the
code/frontend
directory, run the frontend:npm start
Sumedh Mohile |
Vipul Gharde |
Bryan Law |