aaronchantrill
aaronchantrill
@fracpete can you recommend what form you would like this project to take? Do you want some specific documentation around it? This is kind of a big question, and given...
Wow, that's awesome. Definitely keep me informed. What I have learned from working with Naomi, though, is that you don't need perfect recognition to get good comprehension at the intent...
I'm looking at using this project for an initial test: https://github.com/Suhee05/Text-Independent-Speaker-Verification I already have had the NaomiSTTTrainer.py allowing you to enter a name for a while, so I have a...
I've been working with [Speaker-Verification-Toolkit](https://pypi.org/project/speaker-verification-toolkit/) and have a test project at [python_speaker_verification_test](https://github.com/aaronchantrill/python_speaker_verification_toolkit_test). This package is easy to install on x86_64 systems (pip install speaker-verification-toolkit) but a pain on ARM (Raspberry...
I've been looking a lot lately at how to best represent intents. The Naomi system of intent parsing is currently using two different standard functions in each speechhandler plugin. First,...
One concrete issue that NLTK would be able to handle easily enough is standardizing contractions in english (converting "WHAT'S" to "WHAT IS") in both templates and queries. Another place would...
I think this is kind of too big a concept for a single request. At this point, what we need is to start using tools like gensim to convert phrases...
We need to add the ability to specify passive, active and special mode speech to text engines separately. Also, right now plugin settings are only picked up for SpeechHandler plugins,...
I am having a strange situation right now where somehow on my Buster install I have an incomplete profile.yml that is causing Naomi to crash with ``` CRITICAL:naomi.application:Audio device with...
Okay, I figured out what is causing the crash. Basically, each time I am running the pluginstore.detect_plugins() function, if there are any new plugins then I am saving that list...