Python_Voice_Chatbot icon indicating copy to clipboard operation
Python_Voice_Chatbot copied to clipboard

Python Voice-Chatbot with offline voice recognition.

Results 6 Python_Voice_Chatbot issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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...

bug

contributing.md to encourage other people

enhancement

dockerignore for making the image smaller

enhancement

Maybe migrate CONFIDENTIAL.py (at least for docker images) to docker secrets.

enhancement

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)

enhancement