Skip to content

babangain/movie-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

movie-recommender

Note: You must have python3 installed in your system

Testing

On terminal, type
pip install gensim
Move to the directory. Download the .model file from https://drive.google.com/file/d/1-1hgLR5go_nzVmIp8z3Ukm7xFsDVVkb0/view?usp=sharing
Move the file to the directory. on Terminal, type
python recommender.py "movie-name" 50
where 50 is the number of movies you want recommendation.

Training

Download data from https://www.kaggle.com/rounakbanik/the-movies-dataset#movies_metadata.csv And place in same folder.
For traing open terminal in directory. And type
pip install -r requirements.txt
Open Training.ipynb file and make changes as necessary

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published