Skip to content

Rawan-Kh/recommendation-engine-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Recommendation system

Prerequisites

  • Python 3.6+
  • Python modules from the requirements.txt

Deployment

Dowload and install the dependencies with the command:

$ python -m pip install -r requirements.txt

Usage

$ python rmovie.py "MOVIE TITLE"

You can specify the year in which the movie was released.

$ python rmovie.py "MOVIE TITLE (YEAR)"

examples:

$ python rmovie.py "Shawshank Redemption"
$ python rmovie.py "STAR WARS (1977)"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published