NovokumPescitarum / Speech-to-text-to-speech

A fully fledged conversation bot built on top of OpenAI's GPT-3. Insert your API key, and have a nice conversation with an AI! (Careful, can be costly if you let it run wildly)
19 stars 8 forks source link

SpeechRecognition #1

Open Ludwigvsch opened 3 years ago

Ludwigvsch commented 3 years ago

change it to: SpeechRecognition in reequirements.txt instead of speech_recognition

renatojobal commented 3 years ago

@Isaac-The-Brave You should try pip freeze > requirments.txt in the root folder. In that way, we also will know the version number and all the libraries that you are using. (I am having trouble with a library called PyAudio)

This works if you are in a virtual environment, otherwise, all the libraries of your computer will be printed on the file requirements.

DOSputin commented 3 years ago

Thanks @Ludwigvsch

DOSputin commented 3 years ago

(I am having trouble with a library called PyAudio)

@renatojobal Likewise, also having issues with PyAudio. Hrmmm...

NovokumPescitarum commented 3 years ago

@Isaac-The-Brave You should try pip freeze > requirments.txt in the root folder. In that way, we also will know the version number and all the libraries that you are using. (I am having trouble with a library called PyAudio)

Updated it as per your request :).

NovokumPescitarum commented 3 years ago

ise, also having issues with PyAudio. Hrmmm...

I also had a problem with pyAudio. I chalked it down to being on windows right now, which usually works for all my problems. I remember googling some stuff to make it work, I'll share what I still have in my history:

https://stackoverflow.com/questions/61559359/could-not-build-wheels-for-pyaudio-since-package-wheel-is-not-installed

DOSputin commented 3 years ago

I just re-installed pyaudio package withing the conda env i'm running within.
all good.