From eece9507555e183ca7dc43f2c8dee431e83c4bca Mon Sep 17 00:00:00 2001 From: jwradhe Date: Thu, 21 Nov 2024 00:57:04 +0100 Subject: [PATCH] Update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5632058..1452ec3 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,14 @@ - Start the program by running the following command: ```bash - python main.py + python app.py ``` - The program will load the dataset, ask for a TV show title to base recommendations on, and prompt for the number of recommendations. - - **Note:** The first time the program is run, it will generate **Sentence-BERT embeddings**. This can take up to 5 minutes due to the large size of the dataset. + > [!NOTE] + > The first time the program is run, it will generate **Sentence-BERT embeddings**. This can take up to 5 minutes due to the large size of the dataset. + ---