From 5c9f0ffdc82bed221f3ba63bdd95311d5b17e1d6 Mon Sep 17 00:00:00 2001 From: jwradhe Date: Wed, 6 Nov 2024 22:44:52 +0100 Subject: [PATCH] Uppdatera README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e38684f..6b1b38a 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ ## How to run program **Before running program** + First thing to do is to extract TMDB_tv_dataset_v3.zip in dataset folder so that it contains TMDB_tv_dataset_v3.csv. **Running program** + Start main.py and it will load dataset and ask for a title to get recommendations from, also how many recommendations wanted. Then enter and you will have those recommendations presented on screen. @@ -14,6 +16,7 @@ Start main.py and it will load dataset and ask for a title to get recommendation ## Specification **TV-Show recommender** + This program will recommend you what tv-show to view based on what you like. You will tell what tv-show you like and how many recommendations wanted, then you will get that amount of recommendations of tv-shows in order of rank from your search.