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

git is not recognized error #75

Closed ashesstash closed 1 year ago

ashesstash commented 1 year ago

I keep getting the following issue when I try to clone the repository

git clone https://github.com/SevaSk/ecoute

the following error occurs

it : The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

SevaSk commented 1 year ago

Hey! you seem new but you need to install git to download a GitHub projects. There are many tutorial online. Good luck!

ashesstash commented 1 year ago

Hey SevaSk/ecoute,

Yeah I got into it not too long ago and I apologize if I have caused you any inconvenience,

I ran into one more issue while trying to run "python main.py"

I hope I wont take any more of your time,

Thanks man and I really appreciate the work you have done! -Ash

PS C:\Windows\system32\ecoute> python main.py C:\Users\onlya\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\whisper\timing.py:57: NumbaDeprecationWarning: The 'nopython' keyword argument was not supplied to the 'numba.jit' decorator. The implicit default value for this argument is currently False, but it will be changed to True in Numba 0.59.0. See https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit for details. @numba.jit Traceback (most recent call last): File "C:\Windows\system32\ecoute\main.py", line 3, in from GPTResponder import GPTResponder File "C:\Windows\system32\ecoute\GPTResponder.py", line 2, in from keys import OPENAI_API_KEY File "C:\Windows\system32\ecoute\keys.py", line 1 OPENAI_API_KEY=" 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 ^ SyntaxError: unterminated string literal (detected at line 1)