File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Watson Speech JavaScript SDK Examples
2
2
=====================================
3
3
4
- This folder has a basic node .js server to host files and generate auth tokens and
5
- several html files with different examples of using the Speech SDJ .
4
+ This folder has example Node .js and Python servers to generate auth tokens and
5
+ several html files (in ` static/ ` ) with different examples of using the Speech SDK .
6
6
7
- There are also a few audio files to test with in the public/ folder.
7
+ There are also a few audio files to test with in the ` static/ ` folder.
8
8
9
9
10
10
Prerequisite
@@ -24,7 +24,7 @@ Setup - Node.js
24
24
25
25
26
26
Setup - Python
27
- ---------------
27
+ --------------
28
28
29
29
1 . ` cd ` into the ` examples/ ` directory and run ` pip install watson_developer_cloud flask ` (or ` easy_install... ` ) to grab dependencies
30
30
2 . edit ` server.py ` to include your service credentials (or create a ` .env ` file)
You can’t perform that action at this time.
0 commit comments