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.
when i completed all requirements to use ecoute last minute it displayed this error
i tried to search solution of this issue but i didn’t got in issues section anyone that asked this question didn’t got full answer please help us.
abdulk@Abdus-MacBook-Pro ecoute % python main.py
Traceback (most recent call last):
File "/Users/abdulk/ecoute/main.py", line 2, in
from AudioTranscriber import AudioTranscriber
File "/Users/abdulk/ecoute/AudioTranscriber.py", line 1, in
import whisper
ModuleNotFoundError: No module named 'whisper'
abdulk@Abdus-MacBook-Pro ecoute %
when i completed all requirements to use ecoute last minute it displayed this error i tried to search solution of this issue but i didn’t got in issues section anyone that asked this question didn’t got full answer please help us.
abdulk@Abdus-MacBook-Pro ecoute % python main.py Traceback (most recent call last): File "/Users/abdulk/ecoute/main.py", line 2, in
from AudioTranscriber import AudioTranscriber
File "/Users/abdulk/ecoute/AudioTranscriber.py", line 1, in
import whisper
ModuleNotFoundError: No module named 'whisper'
abdulk@Abdus-MacBook-Pro ecoute %
please anyone can help me thanks