Skip to content

Samples

Inho Oh edited this page Oct 15, 2019 · 4 revisions

To run the sample app, you must first follow the steps below.

Register to NUGU Developers

Please register your PoC to NUGU Developers site.

Get OAuth2 access-token

Please get the access-token using Sample OAuth2 client.

Get Keyword and Endpoint detector model file

Please download model files manually from NUGU Develoers site. And please refer to the guide below and install it on your Linux device.

mkdir /home/work/model
cp {downloaded-kwd-net-file} /home/work/model/nugu_model_wakeup_net.raw
cp {downloaded-kwd-search-file} /home/work/model/nugu_model_wakeup_search.raw
cp {downloaded-epd-file} /home/work/model/nugu_model_epd.raw

Run samples