Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/enkerewpo/talaria
- Owner: enkerewpo
- Created: 2024-08-03T13:48:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T06:05:49.000Z (6 months ago)
- Last Synced: 2025-02-05T05:44:19.734Z (4 days ago)
- Topics: cuda, gpt-4, python3, pytorch, stt, tts
- Language: Python
- Homepage:
- Size: 21.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 so2) python 3.10 (tts):
cd TTS
make system-deps
make install3) python 3.8 (chatglm):
install requirements in chatglm_6b
==================================================================
wheatfox 2024