You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
Thanks to your whisper real-time, I tried STT on my computer.
I want to use this package on my Jetson Nano, but when I run it on my Jetson Nano, the CPU and memory usage is very high and the screen freezes.
Then someone told me to use the API of OPENAI, and just like running GPT with python code, I can use the API of WHISPER.
So I'm wondering if I can use the STT function in this code by entering the api key without downloading the model or running heavy.
The text was updated successfully, but these errors were encountered:
I have not tried any of these but they are reputable projects. WhisperX and Faster Whisper have similar functions to the OpenAI's original Whisper package so it should integrate easily.
Hello.
Thanks to your whisper real-time, I tried STT on my computer.
I want to use this package on my Jetson Nano, but when I run it on my Jetson Nano, the CPU and memory usage is very high and the screen freezes.
Then someone told me to use the API of OPENAI, and just like running GPT with python code, I can use the API of WHISPER.
So I'm wondering if I can use the STT function in this code by entering the api key without downloading the model or running heavy.
The text was updated successfully, but these errors were encountered: