JustSayIt.jl
JustSayIt.jl copied to clipboard
Software and high-level API for offline, low latency and secure translation of human speech to computer commands or text on Linux, MacOS and Windows
In the module init, `ENV["PYTHON"]=""` is set, which should force to use the local Conda.jl environment. Then, a PyCall rebuild is forced when needed, because PyCall needs to be built...
Hi, this is great! Never used Julia, but getting the hang of at least running this :smile: I'm wondering if I missed the part where you mention where user-defined commands...
This can be done after addition of CI/CD (#33)
A solution could be based on: https://github.com/allo-media/text2num c.f: https://github.com/alphacep/vosk-api/issues/627
I am giving this exciting project a try, and getting this: ```julia (@v1.10) pkg> generate VoiceAssist Generating project VoiceAssist: VoiceAssist/Project.toml VoiceAssist/src/VoiceAssist.jl shell> cd VoiceAssist/ /tmp/VoiceAssist (@v1.10) pkg> add JustSayIt Resolving...
This pull request sets the compat entry for the `Downloads` package to `1`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this...