Skip to content

dbaitech/NLP-Movie-Recommendations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NLP-Movie-Recommendations

This project allows users to type in a prompt describing the kind of movie they want to watch. In the prompt they can specify any of the following properties:

  • Release Year (or range)
  • Release Date (or range)
  • Region where the film was produced or takes place
  • Cast
  • Production Companies
  • Crew
  • Genres
  • Keywords
  • Origin Country
  • Original Language
  • People (e.g. characters, actors)
  • Runtime

The users can also specify the following properties they do not want the returned movies to have:

  • Companies
  • Genres
  • Keywords

The user prompt is run through a LLM to classify the parts of the prompt into the above categories. Then these are used to query The Movie Database API to return movies with similar properties.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages