eng2il is a jupyter microservice and nodejs speech-to-text converter (using wav files)
eng2il uses a number of open source projects to work properly:
Install the dependencies and start the nodejs app.
$ export GOOGLE_APPLICATION_CREDENTIALS= <Google API Speech-to-text json file credentials
$ cd eng2il
$ npm install
$ node main.js
start jupyter kernel gateway
$ jupyter kernelgateway --api='kernel_gateway.notebook_http' --seed_uri='ilonggo_nmt_with_attention.ipynb' --port 9090