Closed ramkumarkoppu closed 1 month ago
The inference code is written in Keras, so you can't skip Keras installation. However, the default installation uses the PyTorch backend. And Keras library itself does not depend on other software such as TensorFlow or JAX.
and how do I use mic on Mac/Ubuntu for live? the example code on the read me is using recorded audio file
The transcribe
function accepts a filename or a KerasTensor
. You can create a KerasTensor
from a numpy array or a Torch Tensor.
Closing as there are no actionable followups.
Hi,
Awesome work! I would like to use just PyTorch and skip Keras installation and with the Mac mic for live transcription instead of using recording audio clip, how do I do that please?