DAkrivos / Movie-recommendation-tool

Building a system that takes in the description of movies the user has already watched and recommends similar movies
0 stars 0 forks source link

Use movie genres instead of descriptions #2

Closed DAkrivos closed 8 months ago

DAkrivos commented 8 months ago

Using full movie descriptions may include irrelevant information and this could affect relevance of recommendations. The code could look for movies with similar genres instead.

DAkrivos commented 8 months ago

The updated script recommends movies that match the specified genre.