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: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,16 @@ A sample demonstrating how to load a model into web application with the Autodes
8
8
9
9
##Dependencies
10
10
11
-
* Install these packages with npm before running the app by running "npm install" command from the server directory.
11
+
Install the project' dependencies using npm before running the app by running the following command
12
+
'''
13
+
npm install
14
+
'''
15
+
on the node.js console. This will install
12
16
- express
13
17
- request
14
18
- serve-favicon
15
19
16
-
*This sample does not includes the workflow of uploading models. It depends on other workflow samples to upload models, get model URN. Please follow Setup/Usage Instructions.
20
+
This sample does not includes the workflow of uploading models. It depends on other workflow samples to upload models, get model URN. Please follow Setup/Usage Instructions.
0 commit comments