Speech-to-Text Engine
from symai.interfaces import Interface
speech = Interface('whisper')
res = speech('examples/sample.mp3')Last updated
from symai.interfaces import Interface
speech = Interface('whisper')
res = speech('examples/sample.mp3')Last updated