https://github.com/vietanhdev/via-gpt
VIA GPT - VIA Voice Buddy - Voice chat with ChatGPT
https://github.com/vietanhdev/via-gpt
Last synced: 6 days ago
JSON representation
VIA GPT - VIA Voice Buddy - Voice chat with ChatGPT
- Host: GitHub
- URL: https://github.com/vietanhdev/via-gpt
- Owner: vietanhdev
- Created: 2023-12-06T16:25:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T20:17:42.000Z (over 2 years ago)
- Last Synced: 2025-03-02T19:33:04.226Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 146 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VIA GPT - Talk with VIA
This project is still in early development. Features:
- Wake word detection
- Voice recognition
- Voice chat with ChatGPT
```
sudo apt install flac
```
## I. Train your wake word detector
Train your custom wake word detector using online service from .
## II. Run VIA voice example
After setting up the environment as the instruction in I., install requirements for VIA assistant:
```
source mycroft-precise/.venv/bin/activate
cd via-voice
pip install -r requirements.txt
```
Run the example:
```
python via_assistant.py
```