Nicholas Albion
Nicholas Albion
When a dialog box pops up it would be neat if users could interact with it by voice
When utterance does not correspond to an actionable command, possibly due to stop words, verbal fillers or extraneous text which cannot be directly parsed. In short, if a given phrase,...
Dialogflow could provide more sophisticated & dynamic text to intent and also analytics & history of what users are saying so that we can adapt it to better suit the...
# Proposal User says "chat/completion mode" (or "command mode" to exit) and tool window appears with for editing dictated commands, with option to auto submit. The `isSupported()` method of most...
Would it be possible to integrate Dragonfly with Google Home? This would unlock Dragonfly on Linux computers. You could win up to $10,000 and flights, accommodation and entry to Google...
Your readme refers to http://www.westga.edu/~drocco/voice/NatLink/, but that does not seem to have been updated since 2008. The [Unimacro](http://qh.antenna.nl/unimacro/installation/installation.html) and [NatLink](https://sourceforge.net/projects/natlink/files/natlink/natlinktest4.1/) sites are still active - they seem to be working...
`util.py` imports `fcntl` which does not exist in Python for Windows. While I may be able to run on WSL, I can't debug in my IDE.
Could somebody please improve the documentation? From what I can gather, a plugin must extend `AutoGPTPluginTemplate` and set: - self._name - self._version - self._description It should also implement `can_handle_xxxx` methods,...
This bit of code (surely) has a typo in it ("privatService"): org.onebusaway.transit_data_federation.bundle.tasks.GenerateNarrativesTask ``` public void generateAgencyNarratives(NarrativeProviderImpl provider) { for (Agency agency : _gtfsDao.getAllAgencies()) { AgencyNarrative.Builder narrative = AgencyNarrative.builder(); narrative.setLang(deduplicate(agency.getLang())); narrative.setName(deduplicate(agency.getName()));...
Is there any trick to using Behavior properties such as `animationConfig` and `keyBindings`?