From 9fdd67d89226f77c11077418bd91901c5063f250 Mon Sep 17 00:00:00 2001 From: jwradhe Date: Tue, 12 Nov 2024 21:28:36 +0100 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59e08fe..d322d03 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,12 @@ 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. +[!NOTE] +First time loading program it will generate Sentence-BERT embeddings that will help program get better recommendations, this can take up to 5min due to big datafile. ## Specification