Cheetah Speech-to-Text
Web Quick Start
Platforms
- Chrome & Chromium-based browsers
- Edge
- Firefox
- Safari
Requirements
- Picovoice Account and AccessKey
- Node.js 14+
- 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 Web Voice Processor and the Cheetah Web package:
Usage
Generate a custom Cheetah
model from Picovoice Console or download the default model .
Put the model file in the project's public directory or generate a base64 model using the build in script:
Create a CheetahWorker
instance using a base64 model or a model hosted in a public directory:
Subscribe CheetahWorker
to WebVoiceProcessor to start processing audio frames:
Once done, unsubscribe to stop processing audio frames:
Release resources explicitly when done with Cheetah:
Demo
For the Cheetah Web SDK, there is a Web demo project available on the Cheetah GitHub repository .
Setup
Clone the Cheetah repository from GitHub:
Usage
- Install dependencies and run:
- Open http://localhost:5000 to view it in the browser.
Resources
Package
API
GitHub
Benchmark