From acfb9bf00ddb81d71d59c56e355c6b7ef7097d23 Mon Sep 17 00:00:00 2001 From: Min Si Thu Date: Wed, 25 Oct 2023 12:55:41 +0630 Subject: [PATCH] docs: model release --- README.md | 3 ++- docs/docs/intro.md | 6 ++++-- example/.DS_Store | Bin 6148 -> 6148 bytes example/models/.DS_Store | Bin 0 -> 6148 bytes package.json | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 example/models/.DS_Store diff --git a/README.md b/README.md index 1c7f8e0..c66d4d2 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ A speech command ai library for Burmese language Read the documentation [Here](https://burmese-voice.vercel.app/). +Download the model [Here](https://github.com/MinSiThu/burmese-voice/releases). -The library currently can classify **4** burmese words by voice and one additional noise. +The library currently can classify **6** burmese words by voice and one additional noise. The voices are - Go (သွား) - Stop (ရပ်) diff --git a/docs/docs/intro.md b/docs/docs/intro.md index c6c53c1..bcf9384 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -15,7 +15,9 @@ First, install burmese-voice in browser with the following script tag. ### Download the model package. -Download the model package [here](/). +Download the model package [here](https://github.com/MinSiThu/burmese-voice/releases). + +Include the model path as absolute path. ```html @@ -35,7 +37,7 @@ Download the model package [here](/). let burmeseVoice; async function main(){ - const URL = "http://localhost:8000/models/"; + const URL = "http://localhost:8000/models/"; // must be aboluste URL burmeseVoice = new BurmeseVoice(URL) await burmeseVoice.load(); console.log(burmeseVoice.getLabels()); diff --git a/example/.DS_Store b/example/.DS_Store index 80564bb21b84d9ec9ba08977996d2478f859298f..988f48d49615781bec5b980ecdea77dbb4cd4bbc 100644 GIT binary patch delta 77 zcmZoMXfc@J&&akhU^gQp+h!i7W=4H3hFpexh7^WWh8%`s20ex_GH=2&heKY022-t;s5{u delta 32 ocmZoMXfc@J&&awlU^gQp>t-INX2#7&n4MWBHkfW^=lIJH0Hx0gD*ylh diff --git a/example/models/.DS_Store b/example/models/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..972625dbacc8a0e8786b55a9778299fccdd19ae7 GIT binary patch literal 6148 zcmeHKL2uJA6n@?cO;=6o0i<1!B5|!sS2obZC3M?iSAyUGs3c3Y1+utm(nX@GmNWbq zuKN?a@^|2Swujo3UJ+t`((`Bgz0Z!n%63geVmOUG)z~rZHHCBD)6rMV=`@|T^T9utrC$WaG#>_&cieg{Wg6brgYZofm!r;uLzxvp zlEo86NTL`i@82d_B+H?kW>K!Vz79Aor#0&A%w~hV{jR(Fe1G0`X9t6R*WG*iY(8%} z4rFfjd zf>PUbK`|8+Py}b}(I?7DQnt**=tR8*<`$R|teDcZobNSGn@Z#-bcWxtz$`rq(W=cP z9@SWATDzkPnEl|i@96sNvaJGEf%OXT`QXACJ%g1-b#$OmPXJ&8-O5nsw*+%sgPy@k zBO)-NsX$E?=7}LR9sRD!^9)uRHJyZcd&oKzu65xb;cT2&X;c&x<~mjtzKVC?$`Et8 X0`v@48qou@e*}~awy+BPRRw+l4epX} literal 0 HcmV?d00001 diff --git a/package.json b/package.json index 0890e02..a9421fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "burmese-voice", - "version": "1.0.1", + "version": "1.0.2", "description": "A vocie command ai library for Burmese language", "main": "index.js", "scripts": {