Skip to content

Treasure-boxd is a tool that predicts movie preferences and provides film recommendations based on users' Letterboxd data.

Notifications You must be signed in to change notification settings

qaiys/treasure-boxd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

treasure-boxd

Treasure-boxd is a tool that predicts movie preferences and provides film recommendations based on users' Letterboxd data.

Installation Instructions

  1. 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
  2. Clone this repository into your new venv
  3. In cmd, cd to your venv and use pip install -r requirements.txt to install required packages.
  4. To develop in virtual environment, cd to your venv, then call Scripts/activate.bat

Employed packages

Scrapy, https://scrapy.org/
numpy
scikit
matplotlib

About

Treasure-boxd is a tool that predicts movie preferences and provides film recommendations based on users' Letterboxd data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%