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: 2 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T06:05:49.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T20:40:25.138Z (over 1 year 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 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