Giter Site home page Giter Site logo

elizabeth-mathew1 / movierecommender Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 8.88 MB

A basic movie recommendation system, which uses content-based filtering to suggest the top 5 similar movies as per the user's search.

Home Page: https://movie-recommender-system-liza.herokuapp.com/

Python 1.86% Jupyter Notebook 98.14%
deep-learning content-based-recommendation k-nearest-neighbor-classifier

movierecommender's Introduction

🎭 MovieRecommender

A simple web application that suggests you movies based on your entry.


πŸŽ“ About the project

Movie Recommender recommends you top five movies based on a single entry of a movie. The project explores content based filtering of data, which is a type of recommender system that attempts to guess what a user may like based on that user’s activity. Content-based filtering makes recommendations by using keywords and attributes assigned to objects in a database. Youtube uses CBF along with other filtering techniques. The backend service is provided by streamlit and is hosted on Heroku.

The different stages of the project included:

  1. Preprocessing where the data from two csv files which contained information about 4086 movies were processed for futher detailing.
  2. Model building where a model was trained using the algorithm of k-nearest neighbours using CountVectorizer and cosine_similarity libraries.
  3. Website building done using streamlit
  4. Deployed on Heroku

Click here to view the deployment


✏️ Tools Used

  1. Python 2.7 or greater
  2. Natural Language Toolkit (NLTK)
  3. Streamlit
  4. Pickle
  5. Requests
  6. Sci-Kit learn
  7. Numpy

and a few other libraries and dependencies for preprocessing.


πŸŽͺ Screenshots

  1. Opening Screen

Screenshot

  1. Option Menu - I

Screenshot

  1. Recommendations - I

Screenshot

  1. Recommendations - II

Screenshot


πŸ“ Click Here to test the application on your own.

🌟 If you liked the application, make sure to star this repo, Thankyou.

movierecommender's People

Contributors

elizabeth-mathew1 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.