• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Want to make java application available to all user of Network

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.


reply
    Bookmark Topic Watch Topic
  • New Topic