danomation / Voice-Website

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

Home Page:https://switchmeme.com/lel2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://switchmeme.com/lel2/

License:MIT License


Languages

Language:Python 49.4%Language:JavaScript 32.0%Language:HTML 18.6%