Seva Skvortsov

Results 25 comments of Seva Skvortsov

Hey just pushed a change where ``` python main.py --api ``` Works in most languages!

Is the transcription or the response slow? The transcription is done on your GPU unless your GPU is incompatible the it uses your CPU, which could be slow. Could you...

The Intel Iris XE will not support Whisper GPU. Unfortunately, there is no simple solution to your issue. You could consider modifying the get_transcription method to use some API (somehow)...

Hey! I've updated the error message to be more descriptive. Could you pull the latest changes from the main branch and try this again? We should get more information this...

The "Python311\site-packages\whisper\timing.py:57: NumbaDeprecationWarning" message is just a warning and doesn't cause any issues here. With the updated error message I would like to see a screenshot of the error if...

> can not see any windows after run the main.py. with log below: D:\huanglei\ecoute\ecoute>python main.py C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\whisper\timing.py:58: NumbaDeprecationWarning: The 'nopython' keyword argument was not supplied to the 'numba.jit' decorator. The implicit...

I don't think you have FFMPEG installed run these two commanded listed in the prerequisites of the README ``` Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex...

Hmm not sure for the logs it looks like an issue with using whisper. Could you see if you can get a demo whisper script running on your computer?

Did you include quotations around your key? Should look like OPENAI_API_KEY="API_KEY"

If you played some noise from the default speaker it must not have recognized it then. Try checking what is set as your default speaker to try to triage.