Movie Recommendations with Neo4j

Building a simple movie recommender with Python and Neo4j

Dimitris Panagopoulos
Towards Data Science
7 min readFeb 19, 2023

--

Image created by author using stable diffusion and code described in https://bytexd.com/get-started-with-stable-diffusion-google-colab-for-ai-generated-art/

Introduction

Creating recommendations is a common use case of machine learning. In this post, we will demonstrate how to use a graph database to create a simple movie recommendation system. The proposed methods are not state-of-the-art. But using graph databases is easy to…

--

--