Week 12: Frozen code and Wiktionary updates pending

The final work period is about to end and so is most of the code. I froze pocketsphinx.js code in the following repository.


Visit the repository for more details.

This code is compiled using Emscripten to produce the following javascript library:


To see the live demo of the feature extraction process, you can visit: https://brijmohan.github.io/iremedy/single_line.html

This page records the audio spoken by user, extracts the features and display them in javascript console. A modification of this code is being hosted at my user page in Wiktionary. This code will enable wiktionary users to evaluate their pronunciation.

The evaluation service is backed by a word-level neural network model trained using supervised data collected using Amazon's mechanical turk for 87 words. This service is hosted at Wikimedia's tools page at the following URL:


It accepts a POST request with pronunciation features from pocketsphinx.js and the word. It responds with a JSON object containing the intelligibility score.

There's still some code update pending at the Wiktionary end to make it publicly accessible. I am still working to get it up ASAP.

Thanks all!


Comments

Popular Posts