lee-b / kobold_assistant

Like ChatGPT's voice conversations with an AI, but entirely offline/private/trade-secret-friendly, using local AI models such as LLama 2 and Whisper
GNU Affero General Public License v3.0
136 stars 14 forks source link

Dependencies list #4

Closed Zipties closed 7 months ago

Zipties commented 1 year ago

I had to install the following packages from main.py. I'd add them to the readme, but I haven't worked with GitHub before and don't want to mess anything up for you.

pip install --upgrade pip pip install librosa==0.10.0.* bnunicodenormalizer==0.1.1 pip install gruut pyaudio speechrecognition torch torchaudio TTS pydub

lee-b commented 1 year ago

Hi. Did you install from the .whl file? It should have installed these as requirements for you. As you can see, gruut (for example) is specified in the pyproject.toml file, that the whl is built from.

lee-b commented 7 months ago

Closing as there's no feedback, and this was likely a misunderstanding, looking for traditional requirements.txt or setup.py when poetry is used.