sdl60660 / letterboxd_recommendations

Scraping publicly-accessible Letterboxd data and creating a movie recommendation model with it that can generate recommendations when provided with a Letterboxd username
https://bit.ly/movie-recs-letterboxd
GNU General Public License v3.0
256 stars 18 forks source link

Genre blacklist doesn't work #16

Open Rocket3192 opened 1 year ago

Rocket3192 commented 1 year ago

Hello, I've tried the website today and the genres blacklist section doesn't work, for example I asked for no romance and animation movies, and my recommandations were full of romance movies and some animations too

The date thing does work fine though

image image

sdl60660 commented 9 months ago

Ah yeah, the issue here is movies with multiple genres (most of them). You've removed "Romance", but since Eternal Sunshine is also "Science Fiction" and "Drama", it stays in. I'll give this some thought and design the filter in a different way, because I agree it doesn't really work how you'd expect given that.