简体   繁体   中英

speech to text javascript to recognize medical dictionary

I've been searching for a good javascript API to recognize medical words quickly. I used webspeech API which is pretty good at recognizing words but it seems to fail at recognizing medical words real quick like adult echo, heart rate. I've also used pocketsphinx.js which again works only for a non-medical words. can i include a medical dictionary to use pocketsphinx.js ? I needed an open-source javascript API.

Also wanted to know whether I can get a free-trail for nuance speech recognition which is apt for medical applications.

Please suggest a good way of going forward.

My personal favorite speech-to-text JS library: Wit AI .

You teach it what it needs to recognize. By repeating yourself over and over again, it's accuracy for recognition increases.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM