Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danomation/Voice-Website
Talk back and forth to GPT over browser. Customize to have your own interactive voice assistant!
https://github.com/danomation/Voice-Website
elevenlabs gpt stt tts whisper
Last synced: 2 months ago
JSON representation
Talk back and forth to GPT over browser. Customize to have your own interactive voice assistant!
- Host: GitHub
- URL: https://github.com/danomation/Voice-Website
- Owner: danomation
- License: mit
- Created: 2023-10-03T17:39:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-05T00:59:12.000Z (6 months ago)
- Last Synced: 2024-07-29T20:31:20.840Z (5 months ago)
- Topics: elevenlabs, gpt, stt, tts, whisper
- Language: Python
- Homepage: https://switchmeme.com/lel2/
- Size: 206 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GPT Voice Website
Talk to GPT over Browser# Note:
While I made the server.py the /js/script.js file is entirely the creation of Pomme
https://github.com/Pxmme
https://twitter.com/pxmme1337# Install Notes (ubuntu 22.04/debian):
pip install -r requirements.txt
python3 server.py
Define variables in server.py, add right url to script.js and index.html
Add index.html, /images/, recordings/, and /js/script.js to your webserver
# Additional - cron tasks:
0 * * * * cd /path/to/your/recordings/ && find . -name "*.ogg" -type f -delete
0 * * * * cd /path/to/your/recordings/ && find . -name "reply_*.mp3" -type f -delete
@reboot nohup python3 /path/to/your/dir/server.py \&# Demo:
[![GPT Voice Website](https://img.youtube.com/vi/wnMF5H6Ij5E/0.jpg)](https://youtu.be/wnMF5H6Ij5E)
donate for automation/scripting updates! https://www.patreon.com/Wintermute310