OpenVoiceOS/parakeet-tdt-0.6b-polish-coreml-int8
04
parakeet-tdt-0.6b-polish-coreml-int8
CoreML conversion of yuriyvnv/parakeet-tdt-0.6b-polish — INT8 PER CHANNEL SYMMETRIC quantized.
Components
Usage
pip install ovos-stt-plugin-coremlfrom ovos_stt_plugin_coreml import CoremlSTT
from ovos_plugin_manager.utils.audio import AudioFile
stt = CoremlSTT(config={"metadata": "metadata.json"})
with AudioFile("speech.wav") as f:
audio = f.read()
print(stt.execute(audio))