From 3039c5b216b7278b60c3e1a8d7e2c29fe3f5e6ab Mon Sep 17 00:00:00 2001 From: jwradhe Date: Thu, 21 Nov 2024 01:03:11 +0100 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23562c2..6e28bc8 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ To run the web-based interface (Flask application): python app.py ``` -This will start a local web server, and you can access the app through your browser (usually at http://127.0.0.1:5000/). -The program will load the dataset, prompt you to enter a TV show title, and ask how many recommendations you want. +- This will start a local web server, and you can access the app through your browser (usually at http://127.0.0.1:5000/). +- The program will load the dataset, prompt you to enter a TV show title, and ask how many recommendations you want. #### Command-Line Interface (Python-GUI) @@ -45,7 +45,7 @@ To run the command-line version of the program: python main.py ``` -The program will work in the terminal, asking you to enter the title of a TV show you like and how many recommendations you want. +- The program will work in the terminal, asking you to enter the title of a TV show you like and how many recommendations you want. > [!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.