Skip to content

brianHarder/Movie-Recommender-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Recommender System

Project Overview

This project is a movie recommender system powered by deep learning. I used content-based filtering with movies being scored out of 5 for their relevance across various genres and users ranking their interest in those same genres. The model has been trained on a dataset from MovieLens, and the neural networks are built using TensorFlow.

Features

  • Content-based filtering system powered by TensorFlow
  • Chronological documentation from data cleaning to model testing
  • Ability to obtain personal recommendations using the model

Built With

  • TensorFlow/Keras
  • NumPy
  • Pandas
  • Scikit-learn
  • Jupyter Notebook

Getting Started

To try out the movie recommender, download the repository and open code.ipynb. Run all of the cells in 'Building the Model', and then scroll down to 'Predictions for a New User'. Input your genre preferences (scored out of 5) and run both cells.

About

Content-based filtering system built with TensorFlow that recommends movies based on genre preferences.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published