This Cordova plugin implements several operation necessary to perform Automatic Speech Recognition through TensorFlow framework.
it does:
- audio capture from the device microphone and/or paired bluetooth headset
- voice activity detection
- MFCC features calculation
- TF inference on a trained pb net file
- Android
From the Cordova Plugin Repository:
by using the GitHub project URL:
cordova plugin add https://github.com/allspeak/cordova-plugin-speechrecognition.git
This project is open-source, so contributions are welcome. Just ensure that your changes doesn't break backward compatibility!
- Fork the project.
- Create your feature branch (git checkout -b my-new-feature).
- Commit your changes (git commit -am 'Add some feature').
- Push to the branch (git push origin my-new-feature).
- Create a new Pull Request.
- The plugin was created by Alberto Inuggi.