I am planning on using the Jasper API for creating a voice recognition program in Python for the raspberry pi. However I have been looking at the Jasper documentation and it all appears to work around keyword detection and searching predefined grammars.
This appears to have pretty good accuracy but won't be suitable for my project.
Is there a way to configure Jasper for free form dictation? Are there any sources out there I have missed that can show me how to achieve this?
I have used the Google speech API previously with really good results in dictation, and I know Jasper can be configured to use this, but does it support dictation?
Thanks in advance for any information on this subject!