Coder Social home page Coder Social logo

d901203 / movielens-recommend-system Goto Github PK

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

Data Analysis & Recommend System

Home Page: https://movielens-recommend-system.streamlit.app/

Python 94.40% Perl 2.34% Shell 2.10% Dockerfile 1.16%
data-analysis data-science movielens python recommand-system

movielens-recommend-system's Introduction

MovieLens Recommend System

This is a movie recommendation system based on the MovieLens dataset. The system uses the Singular Value Decomposition (SVD) algorithm to predict the ratings of unseen movies for each user. The predicted ratings are then used to recommend movies to users.

Features

  • Random IMDB Top 250 movies (Web scraping)
  • Movie analysis (Data analysis)
  • User analysis (Data analysis)
  • Top K Most Similar Movies (Item-base) (KNN)
  • Top K Most Similar Users (User-based) (KNN)
  • Movie Recommendation (SVD)

Online Demo

You can access a live demo of the app at Streamlit Cloud

Requirements

  • python 3.10 or later
  • streamlit
  • numpy
  • pandas
  • pgeocode
  • matplotlib
  • plotly
  • scikit_surprise
  • beautifulsoup4
  • requests
  • lxml

Installation

git clone https://github.com/d901203/movielens-recommend-system.git
cd movielens-recommend-system
pip install -r requirements.txt
streamlit run main.py

with Dockerfile

git clone https://github.com/d901203/movielens-recommend-system.git
cd movielens-recommend-system
docker build -t app:latest .
docker run -p 8501:8501 app:latest

Access the app in your browser at http://localhost:8501

movielens-recommend-system's People

Contributors

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