We make our own offline (local) virtual voice assistant using Python that lets you control your computer and ask it anything!
This is yet another great example of how open source software can be incredible for anyone. Without having to rely on any API or sending our data to any servers we can make a pretty solid offline virtual voice assistant for free!
Windows File Path: C:\Users\{username}\.cache\whisper
Mac File Path: /Users/{username}/.cache/whisper
Commands:
curl -o encoder.json https://openaipublic.blob.core.windows.net/gpt-2/encodings/main/encoder.json
curl -o vocab.pbe https://openaipublic.blob.core.windows.net/gpt-2/encodings/main/vocab.pbe
GPT4All: https://gpt4all.io/index.html
Code: https://github.com/Jalsemgeest/Python/blob/main/LocalGPT/assistant.py
Join my Discord at https://discord.gg/AeZrfR9Hpg
Thanks for watching! ❤️
Timestamps:
0:00 Intro
0:39 Speech Recognition
3:30 Offline Open AI Whisper
12:00 Text to Speech
14:20 Local LLM
23:04 Outtro