/Voice-Website

Talk back and forth to GPT over browser. Customize to have your own interactive voice assistant!

Primary LanguagePythonMIT LicenseMIT

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
donate for automation/scripting updates! https://www.patreon.com/Wintermute310