Panos Antoniadis
Panos Antoniadis

Reputation: 108

Implementation of a dictation system using Sphinx4 and Python

I want to develop a dictation system using Sphinx4. After some search, I realize that the language that it's better to use is Java. Can I combine Sphinx4 with Python? I prefer Python because I want to enhance my system by adding neural network techniques in the language model and apply domain classification. Also, I read about pocket-sphinx and pypi but pocket-sphinx is said to be for portable lightweight applications while my application will run on the cloud and I will have enough computing power to support a better model.

Upvotes: 0

Views: 322

Answers (1)

Nikolay Shmyrev
Nikolay Shmyrev

Reputation: 25210

For cloud applications it's better to use something like https://github.com/alumae/kaldi-gstreamer-server

Upvotes: 0

Related Questions