Skip to content

Telegram bot that recommends movies based on movie description similarity (content-based recommender system)

Notifications You must be signed in to change notification settings

maxboro/movie-recommendation-on-description

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

movie-recommendation-on-description

Telegram bot that recommends movies based on movie description similarity (content-based recommender system)

Recommender work on film description similarity. Film description breaks down into tags.

There are two regime of work:

  • In regime initiated by button "Write film themes you are interested in", user message breaks down into tags too, and films with higher tags similarity to user tags would be shown.
  • In regime initiated by button "Write a few of your favourite films, separated by semicolumn", films mentioned by user would be found in data, union of their tags would be used fo search. In case if there are a few movies with the same name in data user would be offered to choose from them with more film data provided.

Data is extract from this dataset: https://www.kaggle.com/stefanoleone992/imdb-extensive-dataset

About

Telegram bot that recommends movies based on movie description similarity (content-based recommender system)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages