Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enkerewpo/talaria

AI Voice Assistant for Dialogue and IoT Control Powered by GPT4o
https://github.com/enkerewpo/talaria

cuda gpt-4 python3 pytorch stt tts

Last synced: 4 days ago
JSON representation

AI Voice Assistant for Dialogue and IoT Control Powered by GPT4o

Awesome Lists containing this project

README

        

AMBIENT OS AI ASSISTANT
==================================================================

RTX 2060 cuda 12.6

1) python 3.10 (stt):

pip install RealtimeSTT
pip install torch==2.3.1+cu121 torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cu121
install cudnn
add /home/wheatfox/miniconda3/envs/stt/lib/python3.10/site-packages/nvidia/cudnn/lib/ to LD_LIBRARY_PATH to use cudnn so

2) python 3.10 (tts):

cd TTS
make system-deps
make install

3) python 3.8 (chatglm):

install requirements in chatglm_6b

==================================================================
wheatfox 2024