Git Product home page Git Product logo

wbsflix's Introduction

Movie Recommendation Application with Streamlit

Welcome to the WBSFLIX Movie Recommendation System project! This repository contains the code for a set of movie recommendation algorithms designed to power the online transition of WBSFLIX, a beloved DVD store based near Berlin. WBSFLIX, cherished for its local atmosphere and personalized movie recommendations by the owner,is embarking on a journey to bring its unique movie selection and personal touch to a wider audience online.

Project Overview

As WBSFLIX expands, personalizing movie recommendations for every customer becomes a significant challenge. The goal of this project is to develop a series of recommender systems that mimic Ursula's knack for movie suggestions, ensuring that every user feels personally catered to, even in the digital space.

The project focuses on implementing various recommendation algorithms, ranging from basic collaborative filtering to more sophisticated machine learning models, to create a dynamic and personalized user experience similar to that of the physical store.

Features

  • Your Personal Recommendations: Users receive movie suggestions based on their viewing history, preferences, and ratings.
  • Our Top Rated Movies: A section dedicated to what's popular among WBSFLIX users, showcasing the most-watched and highly-rated movies.

Technologies Used

  • Python: Primary programming language for algorithm development.
  • Pandas & NumPy: For data manipulation and numerical calculations.
  • SciKit-Learn: For implementing machine learning models.
  • TMDB API: For images of the movies.
  • Streamlit: For creating the web application interface.

Algorithms for recommenders

In this project, we implement various strategies to curate personalized recommendations for users. Below are the approaches we've incorporated:

Popularity-Based Recommendations

Popularity-based recommendation systems suggest items that are widely popular and highly rated by the majority. This method does not offer personalized recommendations but is effective in promoting items with broad appeal. It's particularly useful for new users (a phenomenon known as the cold start problem) or when personal data is sparse.

User-Centric Recommendations (User-Based Collaborative Filtering)

User-Based Collaborative Filtering identifies similarities between users based on their ratings or interactions with items. By finding users with similar tastes or preferences, the system recommends items liked by one user to another, assuming that similar users will appreciate similar items. This approach personalizes recommendations but requires a sufficiently large dataset to find meaningful user connections.

Item-Centric Recommendations (Item-Based Collaborative Filtering)

Item-Based Collaborative Filtering focuses on the relationships between items, recommending items similar to those a user has already liked or interacted with. It calculates similarities between items based on user ratings or interactions, assuming that users will likely be interested in items similar to their past preferences. This method is often more scalable and stable over time than user-based approaches, as item preferences change less frequently than user preferences.

Acknowledgments

This project was made possible through the collaborative efforts of our team.

wbsflix's People

Contributors

linayorda avatar

Watchers

 avatar  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.