Ecoute is a live transcription tool that provides real-time transcripts for both the user's microphone input (You) and the user's speakers output (Speaker) in a textbox. It also generates a suggested response using OpenAI's GPT-3.5 for the user to say based on the live transcription of the conversation.
PS C:\WINDOWS\system32\ecoute\ecoute> python main.py
Traceback (most recent call last):
File "C:\WINDOWS\system32\ecoute\ecoute\main.py", line 2, in
from AudioTranscriber import AudioTranscriber
File "C:\WINDOWS\system32\ecoute\ecoute\AudioTranscriber.py", line 1, in
import whisper
File "C:\Program Files\Python312\Lib\site-packages\whisper.py", line 69, in
libc = ctypes.CDLL(libc_name)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python312\Lib\ctypes__init.py", line 369, in init__
if '/' in name or '\' in name:
^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable
PS C:\WINDOWS\system32\ecoute\ecoute> python main.py Traceback (most recent call last): File "C:\WINDOWS\system32\ecoute\ecoute\main.py", line 2, in
from AudioTranscriber import AudioTranscriber
File "C:\WINDOWS\system32\ecoute\ecoute\AudioTranscriber.py", line 1, in
import whisper
File "C:\Program Files\Python312\Lib\site-packages\whisper.py", line 69, in
libc = ctypes.CDLL(libc_name)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python312\Lib\ctypes__init.py", line 369, in init__
if '/' in name or '\' in name:
^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable