This is a vocal assistant built for the ENSSAT AI Club It works by leveraging API requests, making fast and low-cost while highly and easely customizable.
Put your OpenAI API key in credentials/keys.json, call it "GPT" Put your credentials.json from GoogleCloud into credentials edit the configs how ever you like ensure your microphone is on then run :
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.txt