Skip to content

srikanth3569/movie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command line recommender system

A minimalistic recommender system based on python-recsys.

Use SVD decomposition to perform collaborative filtering. Also allows to filter results by genre.

Dependency

This program depends on python-recsys

Run program

cd recommender
python recommender.py

Docker run

This script has been packaged with docker to ease installation and running.

To use it please install the docker toolbox and run the following command from a docker terminal:

docker run -it zermelozf/clrec

About

Command line recommender

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%