Skip to content

Developer-Club-WMU/AI_RecommenderSystem_Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Recommender System using Knowledge Graph

A modular, educational implementation of a movie recommendation engine using knowledge graphs and graph neural network concepts.

Features

  • Knowledge Graph Construction: Build heterogeneous graphs from movie rating data
  • Graph Embeddings: Learn node representations using Node2Vec
  • Smart Recommendations: Cosine similarity-based movie suggestions
  • Interactive Visualization: Beautiful, interactive graph exploration with pyvis

Installation

Prerequisites

  • Python 3.6 or higher <= 3.12

Setup

  1. Miniconda Installer: miniconda

  2. Create virtual environment (recommended)

python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies
pip install -r requirements.txt

Dataset link:

Dataset

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors