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.85k stars 817 forks source link

python main.py error #172

Closed MetehanY2 closed 7 months ago

MetehanY2 commented 7 months ago

Hi there,

I have completed all the necessary requirements, as stated in the instructions. However, when I tried to run the app using "python main.py" command, I encountered an error message that says "No module named 'whisper'". I then attempted to install "whisper pip", but it resulted in another error. Can you please help me with this issue? I would greatly appreciate your assistance.

My Discord username: .metehan

image