Film & Social Media is an information visualization that takes a “storytelling” approach in answering the question— what does the number of likes a movie receives on Facebook imply about the movie? The site then takes the viewer on a journey to discover the answer to this question through a series of data visualizations.
If you would like to run the visualization that I have created, please clone the repo and set up a simple local server. An example Python command for hosting a local server is shown below:
python3 -m http.server 8080
Note that based on your current Python version, the python3
command may need to be adjusted to fit your current version.
Once you have the server set up, simply go to the address that you have created. In this case, you would want to type localhost:8080
in your browser.
From there, you can browse the .html
files to view the visualizations.
If you choose to use this repo for your own coursework, please think twice and act wisely. I neither guarantee my work to meet the criteria of the course nor promise it to be beneficial for your own academic integrity.
If you have any questions regarding my work, feel free to contact me at [email protected].