You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Deployment/rnn_app/Readme.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,11 @@ Clone/copy all the files in this folder into a single folder on your computer.
17
17
18
18
**`$ pip install requirements.txt`**
19
19
20
-
Then,
20
+
Then type,
21
21
22
22
**`$ python keras_server.py`**
23
23
24
+
After this the server should start and be available at `https://localhost:5000`. Open your browser and go to this address to see the model output.
25
+
24
26
### Source
25
27
["Deploying a Keras Deep Learning Model as a Web Application in Python"](https://towardsdatascience.com/deploying-a-keras-deep-learning-model-as-a-web-application-in-p-fc0f2354a7ff) by [Will Kohersen](https://willk.online/)
0 commit comments