Skip to content

VoxForge/juliusjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JuliusJS - updated build

A speech recognition library for the web

JuliusJS is a port of the "Large Vocabulary Continuous Speech Recognition Engine julius" to JavaScript

original source code

Getting started

run build script

$ ./build.sh

testing

go to dist folder and start python web server:

$ cd juliusjs/dist

$ python -m SimpleHTTPServer 8080

(Note: On Ubuntu, you may need to add an entry to your /etc/mime.types file: "application/wasm wasm")

from your browser, go to this URL:

https://localhost:8080

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 82.5%
  • C++ 5.0%
  • Roff 3.9%
  • Assembly 2.1%
  • Ada 1.3%
  • Pascal 1.1%
  • Other 4.1%