Max Braun
Max Braun
Oh, good to know that they differ that way. Thanks! For reference, here's the compiler output for `whisper-int8.tflite`: ```bash $ edgetpu_compiler whisper-int8.tflite Edge TPU Compiler version 16.0.384591198 Started a compilation...
It's been a while since I looked at this and maybe some of the containers have changed. But it looks like you might be running this on a desktop while...
I see! In principle, only the Docker part is specific to Jetson. The [whisper library](https://github.com/openai/whisper) used here should work in many different environments, probably best with CUDA. If you're looking...
Potentially useful references: - [`tulasiram58827/TTS_TFLite`](https://github.com/tulasiram58827/TTS_TFLite) - [`End_to_End_TTS.ipynb`](https://github.com/tulasiram58827/TTS_TFLite/blob/main/End_to_End_TTS.ipynb) - [`TensorSpeech/TensorFlowTTS`](https://github.com/TensorSpeech/TensorFlowTTS) - [`kaggle/hifi-gan`](https://www.kaggle.com/models/kaggle/hifi-gan/frameworks/tfLite/variations/dr)
Potentially useful references: - [`model_maker_speech_recognition.ipynb`](https://colab.research.google.com/github/tensorflow/tensorflow/blob/master/tensorflow/lite/g3doc/models/modify/model_maker/speech_recognition.ipynb) - [`kaggle/conformer`](https://www.kaggle.com/models/kaggle/conformer/frameworks/tfLite/variations/asr-tflite-pre-trained-models-english)
> So in order to deploy the whole project, do I need to install python3.8 on my jetson nano? [This workaround](https://github.com/maxbbraun/whisper-edge?tab=readme-ov-file#hack) means you don't have to.