Sales bot using openai
- ask a question
- wait for the aswer with be spoken to you
3. python3 -m venv valentine/.venv 4. source valentine/.venv/bin/activate 5. pip install google-auth google-api-python-client SpeechRecognition openai gTTS 7. set OPENAI_API_KEY variable 8. profiling pip install snakeviz cprofile 9. switch to azure-cognitiveservices-speech
--
change to using whisper for voice to text
- pip install whisper
sources:
https://github.com/mallorbc/whisper_mic/blob/main/mic.py