- Notifications
You must be signed in to change notification settings - Fork2
A vocie command ai library for Burmese language
License
NotificationsYou must be signed in to change notification settings
MinSiThu/burmese-voice
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A speech command ai library for Burmese language
Read the documentationHere.Download the modelHere.
The library currently can classify6 burmese words by voice and one additional noise.The voices are
- Go (သွား)
- Stop (ရပ်)
- Left (ဘယ်)
- Right (ညာ)
- On (ဖွင့်)
- Off (ပိတ်)
- Background Noise
letburmeseVoice;asyncfunctionmain(){constURL="http://localhost:8000/models/";// URL must be absolute URLburmeseVoice=newBurmeseVoice(URL)awaitburmeseVoice.load();console.log(burmeseVoice.getLabels());}functioninit(){burmeseVoice.listen((result)=>{console.log(result);constvoice=burmeseVoice.getBestResult(result.scores);console.log(voice);});}functionstop(){burmeseVoice.stopListening();}main();
About
A vocie command ai library for Burmese language
Topics
Resources
License
Code of conduct
Stars
Watchers
Forks
Packages0
No packages published