Python_Voice_Chatbot
Python_Voice_Chatbot copied to clipboard
Python Voice-Chatbot with offline voice recognition.
Better voice-to-text recognition needed. Maybe add the possibility to use other (cloud-based) apis for those people who do not care much for their privacy or similar.
By running the current Dockerfile you will get following error: ``` -> Error opening audio device (null) for capture: Connection refused In main.py line 14 (main()): liveSpeech() [VoiceMgr.py] ``` From...
Maybe migrate CONFIDENTIAL.py (at least for docker images) to docker secrets.
Add threading when it comes e.g. to the assistant response (so the we don't stop listen to a users' voice when we wait for the answer)