-
Notifications
You must be signed in to change notification settings - Fork 0
Demo1 configuration
Luigi Saetta edited this page Mar 9, 2023
·
1 revision
First of all, you need to add a set of configuration's values to the file config.py
- the OCID for compartment where you're working (COMPARTMENT_ID)
- the Object Storage namespace for your tenant
- the name of the local directory containing wav files
- the name of the local directory where json produced by OCI Speech will be downloaded
Then, you need to create an API keys pair and store it in the default directory on your laptop ($HOME/.oci). For details see here and here