Lukas-Forst / Movie_rec_sys

This repository showcases a simple rec sys which uses a Tree as datastructure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie_rec_sys

This repository showcases a simple rec sys which uses a Tree as datastructure

Project Overview

  • main.py is the main file that has all the needed code inside
  • Tree.py contains the datastructure that is used for storing movie data
  • video_data.py contains the movie data that is collected from themoviedb api
  • get_data.ipnyb is used to download the data via api.

Usage

  • store all files in a folder
  • create an api key under the moviedb
  • add the apikey inside "" in the secondblock:
api_key = "" 
  • run main.py

Futere expansions

  • different Datastructure like Hash Maps or linked list
  • create webapp

Example Usage of rec sys

This is a alt text.

About

This repository showcases a simple rec sys which uses a Tree as datastructure


Languages

Language:Python 95.6%Language:Jupyter Notebook 4.4%