From 20a7b1b1da837cb1ab301d65fc467678574c6626 Mon Sep 17 00:00:00 2001 From: jwradhe Date: Wed, 6 Nov 2024 22:42:24 +0100 Subject: [PATCH] Uppdatera README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8027de..6a45bba 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,12 @@ ## How to run program -### Before running 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 +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.