Giter VIP home page Giter VIP logo

cse573-final-project-group2's Introduction

CSE 573 Semantic Web Mining - Final Project

Movie Recommendation System

This project implements a movie recommendation system on the MovieLens 100K dataset using four different algorithms:

  • Collaborative Filtering with K-Nearest Neighbors (KNN)
  • Matrix Factorization-Based Collaborative Filtering
  • Similarity-Based Collaborative Filtering
  • LlamaRec: Two-Stage Recommendation with Large Language Models (LLMs)

We test our algorithms using five different scenarios that play a cruicial role in determining the performance of a movie recommendation system:

  1. Recommend movies to a new user (cold start)
  2. Recommend users for a new movie (cold start)
  3. Recommend movies to an existing user
  4. Recommend users for an existing movie
  5. Predict ratings that a user might give a movie

Getting Started

To run the UI

  1. Start the back-end server from the root of this repository using the command:

    python CODE/main.py

  2. Using a local server (such as HTTP Simple Server), open the CODE/index.html file.

Python dependencies

  1. Numpy
  2. Pandas
  3. Flask
  4. Scikit-learn

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.