{"id":19584503,"url":"https://github.com/minsithu/burmese-voice","last_synced_at":"2025-04-27T11:32:09.352Z","repository":{"id":203462415,"uuid":"708156832","full_name":"MinSiThu/burmese-voice","owner":"MinSiThu","description":"A vocie command ai library for Burmese language","archived":false,"fork":false,"pushed_at":"2023-10-31T11:43:26.000Z","size":11382,"stargazers_count":19,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-24T07:24:43.809Z","etag":null,"topics":["artificial-intelligence","burma","burmese","frontend","javascript","machine-learning","myanmar","tensorflow","voice-recognition"],"latest_commit_sha":null,"homepage":"https://burmese-voice.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MinSiThu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-21T17:34:46.000Z","updated_at":"2024-04-10T12:29:58.000Z","dependencies_parsed_at":"2023-10-31T12:32:14.425Z","dependency_job_id":null,"html_url":"https://github.com/MinSiThu/burmese-voice","commit_stats":null,"previous_names":["minsithu/burmese-voice"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinSiThu%2Fburmese-voice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinSiThu%2Fburmese-voice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinSiThu%2Fburmese-voice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinSiThu%2Fburmese-voice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MinSiThu","download_url":"https://codeload.github.com/MinSiThu/burmese-voice/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224069555,"owners_count":17250454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artificial-intelligence","burma","burmese","frontend","javascript","machine-learning","myanmar","tensorflow","voice-recognition"],"created_at":"2024-11-11T07:48:44.260Z","updated_at":"2024-11-11T07:48:45.240Z","avatar_url":"https://github.com/MinSiThu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# burmese-voice\n\nA speech command ai library for Burmese language\n\nRead the documentation [Here](https://burmese-voice.vercel.app/).\nDownload the model [Here](https://github.com/MinSiThu/burmese-voice/releases).\n\nThe library currently can classify **6** burmese words by voice and one additional noise.\nThe voices are\n- Go (သွား)\n- Stop (ရပ်)\n- Left (ဘယ်)\n- Right (ညာ)\n- On (ဖွင့်)\n- Off (ပိတ်)\n- Background Noise \n\n\n## Using BurmeseVoice Model\n\n```js\n  let burmeseVoice;\n\n       async function main(){\n        const URL = \"http://localhost:8000/models/\"; // URL must be absolute URL\n        burmeseVoice = new BurmeseVoice(URL)\n        await burmeseVoice.load();\n        console.log(burmeseVoice.getLabels());\n       }\n\n       function init(){\n        burmeseVoice.listen((result)=\u003e{\n            console.log(result);\n            const voice = burmeseVoice.getBestResult(result.scores);\n            console.log(voice);\n        });\n       }\n\n       function stop(){\n        burmeseVoice.stopListening();\n       }\n\n       main();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminsithu%2Fburmese-voice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminsithu%2Fburmese-voice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminsithu%2Fburmese-voice/lists"}