Eric Hierholzer commited on
Commit
b13b0da
·
1 Parent(s): 53a369d

updates to README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -5
README.md CHANGED
@@ -24,7 +24,9 @@ A Flask-based web application that provides personalized recommendations for Net
24
  - Docker deployment available
25
 
26
  ## Prerequisites
27
- Ensure you have the following installed:
 
 
28
  - **Python 3.12+** (Check with `python --version` or `python3 --version`)
29
  - **Node.js and npm** (Check with `node -v` and `npm -v`)
30
  - **pip** (Python package manager)
@@ -127,9 +129,14 @@ docker run -p 7860:7860 my-recommend-app
127
 
128
  access app at http://0.0.0.0:7860 or http://localhost:7860
129
 
130
- <!-- #### Run with gunicorn
131
- ```sh
132
- gunicorn -w 2 -b 0.0.0.0:7860 recommend_app:app
133
- ``` -->
 
 
 
 
 
134
 
135
 
 
24
  - Docker deployment available
25
 
26
  ## Prerequisites
27
+ - **Google Chrome and Internet Access**
28
+
29
+ Ensure you have the following installed to build/run locally:
30
  - **Python 3.12+** (Check with `python --version` or `python3 --version`)
31
  - **Node.js and npm** (Check with `node -v` and `npm -v`)
32
  - **pip** (Python package manager)
 
129
 
130
  access app at http://0.0.0.0:7860 or http://localhost:7860
131
 
132
+ # Example Use of the Application
133
+
134
+ ## Steps:
135
+ 1. Enter the name of a Netflix show or movie you like.
136
+ 2. As you type, autocomplete will suggest matching options.
137
+ 3. Select one of the autocomplete suggestions.
138
+ 4. The application will display 10 similar movies and shows, each with a corresponding similarity score percentage.
139
+
140
+
141
 
142