Hi
Sphinx4 is speech recognition application (Pure
java application-only class files-no any GUI). Currently i able to run this application on my desktop by just executing one class file with some parameters. Sphinx4 takes one audio wave file as input and give corresponding text transcription of this audio file as output. But i want to make this application available to all user of network. So i need to run this application on server.
Also want to make one web interface that interact with this application
for example:
how can i do this?
Any help would greatly appreciate.
thanks for your time.