Treasure-boxd is a tool that predicts movie preferences and provides film recommendations based on users' Letterboxd data.
Installation Instructions
- Create a virtual environment before cloning this repository. I named mine
tboxd_venv
, but do as you wish. Documentation: https://docs.python.org/3/library/venv.html - Clone this repository into your new venv
- In cmd, cd to your venv and use
pip install -r requirements.txt
to install required packages. - To develop in virtual environment, cd to your venv, then call
Scripts/activate.bat
Some interesting links: https://arxiv.org/pdf/1707.07435.pdf https://towardsdatascience.com/visualizing-the-emotional-arcs-of-movie-scripts-using-rule-based-sentiment-analysis-1016b4b1af5a https://arxiv.org/pdf/2102.01868.pdf https://arxiv.org/pdf/2102.02549.pdf
Employed packages
Scrapy, https://scrapy.org/