Archives June 2020
Listener GUI Started
Written by
on
in
Snaking.
So with the code-context, the dictation in Listener is getting okay-ish. It's still pretty frustrating and error prone, but I can use it maybe 1/4 of the time (mostly for doc-strings). Part of the frustration is just that the language models are not yet well tuned for some commonly needed phrases that the tokeniser didn't ...
Auto-link a Host-provided Package into a Virtualenv
Written by
on
in
Snaking.
There are Python packages that are basically a PITA to get compiled into your virtualenv. The one I constantly hit when doing GStreamer, DBus, IBus, etc is gobject-introspection (a.k.a. gi). So, there's now a trivial package available:
source path-to-venv/bin/activate
pip install venvhpl
venv-hpl gi
Listener v2, using DeepSpeech for Coding on Linux
Written by
on
in
Snaking.
So a few years ago, as I was working on a project called Listener that used PocketSphinx to allow dictation into the Eric IDE, I got some feedback suggesting that the only practical solution these days would be to use a neural network based dictation engine. That led me down a rabbit hole from which ...