Octopus Speech-to-Index Benchmark
Prerequisites
- Ubuntu 20.04 (x86_64)
- Git
- Python
- PIP
Usage
- Clone the repository:
- Install the dependencies:
Create a free Picovoice Console account and copy your
AccessKey
.Run the benchmark:
git clone https://github.com/Picovoice/speech-to-index-benchmark.git
pip3 install -r requirements.txt
Create a free Picovoice Console account and copy your AccessKey
.
Run the benchmark:
python3 benchmark.py \--engines PICOVOICE_OCTOPUS \--dataset_folder {DATASET_FOLDER} \--access_key {ACCESS_KEY}