Octopus Speech-to-Index
Web Quick Start
Platforms
- Chrome & Chromium-based browsers
- Edge
- Firefox
- Safari
Requirements
- Picovoice Account and AccessKey
- Node.js 16+
- npm
Picovoice Account & AccessKey
Signup or Login to Picovoice Console to get your AccessKey
.
Make sure to keep your AccessKey
secret.
Quick Start
Setup
Install Node.js.
Install the Octopus Speech-to-Index Web package:
Usage
Download the model from GitHub.
Put the model file in the project's public directory or generate a base64 model using the build in script:
Create an Octopus Speech-to-Index
instance using a base64 model or a model hosted in a public directory:
Index raw audio data (sample rate of 16 kHz, 16-bit linearly encoded and 1 channel):
Search for instances of a phrase:
Release resources explicitly when done with Octopus Speech-to-Index:
Demo
For the Octopus Speech-to-Index Web SDK, there is a Web demo project available on the Octopus Speech-to-Index GitHub repository.
Setup
Clone the Octopus Speech-to-Index repository from GitHub:
Usage
- Install dependencies and run:
- Open http://localhost:5000 to view it in the browser.