mirror of
https://github.com/wassname/Castor.git
synced 2026-09-09 11:13:20 +08:00
* added RetrieveSentences.py * removed index * connet to E2E pipeline * updated code * Some modification * clean up * config * documentation * added documentation * update documentation * update doc * update doc * add js * updated documentation * changed doc * changed requirements.txt
8 lines
137 B
JavaScript
8 lines
137 B
JavaScript
var menubar = require('menubar');
|
|
|
|
var mb = menubar();
|
|
|
|
mb.on('ready', function ready () {
|
|
console.log('Speech to text loaded..');
|
|
});
|