SevaSk / ecoute

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.
https://github.com/SevaSk/ecoute
MIT License
5.89k stars 827 forks source link

ModuleNotFoundError: No module named 'whisper'. MAC OS #177

Closed Cabdil1 closed 7 months ago

Cabdil1 commented 7 months ago

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

Cabdil1 commented 7 months ago

pip3 install -r requirements.txt