jarvis
jarvis copied to clipboard
An AI sidekick to help you control your computer.
Now that OpenAI completely open-sourced their STT model https://github.com/openai/whisper, we can incorporate it into Jarvis.
For better user experience for our macOS users, we should sign our app with an Apple Developer ID so Gatekeeper will recognize Jarvis as a safe app for our users.
When a user asks Jarvis "What can I say?" it should pop up a window with all the possible commands you can say to Jarvis. This is on top of...
This is self-explanatory. We want Jarvis to run on the computer startup (when the computer is booting).
Is it evil to collect data? What is evil? Before we run into philosophical discussions, something that I'm certain of is that tracking how your users use your application can...
It would be super helpful for people that want discreet and don't want to use their voice, but still want to send input to Jarvis - whether a command or...
It would be awesome if you could find time to provide building instructions or a Makefile for the project (or both).
It is a known problem in PR's (Personal Assistants) that are interacted by voice interfaces, that it's hard to develop a "Theory Of Mind" for them[[1]](https://news.ycombinator.com/item?id=17487196). It's hard to know...
Right now the only information that goes out of users' computers is for performing speech-to-text and text-to-speech using Google services. We should do both offline. Picovoice already released a superb...
Rather than compiling for all possible `element + key` variations and then trying to match it to the user input, doesn't it make more sense to cut the user input...