Virtual assistants are only going to get smarter. If you have ever been frustrated with Siri but still want to converse with a bot, keep an eye on projects like DaVinci. Checkout the full code and guide from GitHub. User u/DevMiser shared this project on reddit
This is Davinci – The ChatGPT Virtual Assistant that you can talk to.
Davinci uses Picovoice solutions for wake word and voice activity detection and for converting speech to text, Amazon Polly to convert its responses into a natural sounding voice, and OpenAI’s GPT 3.5 to do the heavy lifting. It’s all contained in about 300 lines of Python code.
DaVinci is designed to run on an inexpensive Raspberry Pi 4 mini-computer with a plug-in mike and speaker.
DaVinci’s python code and detailed instructions are available for free on my GitHub site: https://github.com/DevMiser/DaVinci
No comments:
Post a Comment