nekomeowww commited on
Commit
8073110
·
1 Parent(s): 650f7e0

release: build 46c7daf45b2fb1960f87702d7f2d090fbdb11c50

Browse files
README.md CHANGED
@@ -10,7 +10,7 @@ models:
10
  - onnx-community/moonshine-base-ONNX
11
  short_description: 'Yet another Real-time in-browser STT, re-implemented in Vue'
12
  thumbnail: >-
13
- https://raw.githubusercontent.com/moeru-ai/airi/refs/heads/main/packages/moonshine-web/public/banner.png
14
  ---
15
 
16
  <h1 align="center">Moonshine Web (Vue)</h1>
@@ -34,7 +34,7 @@ Follow the steps below to set up and run the application.
34
  Clone the examples repository from GitHub:
35
 
36
  ```sh
37
- git clone https://github.com/moeru-ai/airi.git
38
  ```
39
 
40
  ### 2. Navigate to the Project Directory
@@ -42,7 +42,7 @@ git clone https://github.com/moeru-ai/airi.git
42
  Change your working directory to the `moonshine-web` folder:
43
 
44
  ```sh
45
- cd packages/moonshine-web
46
  ```
47
 
48
  ### 3. Install Dependencies
 
10
  - onnx-community/moonshine-base-ONNX
11
  short_description: 'Yet another Real-time in-browser STT, re-implemented in Vue'
12
  thumbnail: >-
13
+ https://raw.githubusercontent.com/proj-airi/webai-examples/refs/heads/main/apps/moonshine-web/public/banner.png
14
  ---
15
 
16
  <h1 align="center">Moonshine Web (Vue)</h1>
 
34
  Clone the examples repository from GitHub:
35
 
36
  ```sh
37
+ git clone https://github.com/proj-airi/webai-examples.git
38
  ```
39
 
40
  ### 2. Navigate to the Project Directory
 
42
  Change your working directory to the `moonshine-web` folder:
43
 
44
  ```sh
45
+ cd apps/moonshine-web
46
  ```
47
 
48
  ### 3. Install Dependencies
assets/{index-BxEIwZ7H.css → index-BFAqjoAO.css} RENAMED
File without changes
assets/{index-Bt8GnBav.js → index-CghrWwXZ.js} RENAMED
The diff for this file is too large to render. See raw diff
 
assets/{ort-wasm-simd-threaded.jsep-BAR87mbD.wasm → ort-wasm-simd-threaded.jsep-B0T3yYHD.wasm} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9b97d6fc585b8a3f93aa7fe13c64156bc65dcc4cf5b9462c84428a60fcb8113e
3
- size 23929658
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c46655e8a94afc45338d4cb2b840475f88e5012d524509916e505079c00bfa39
3
+ size 21596019
assets/worker-CUJZWIcI.js DELETED
The diff for this file is too large to render. See raw diff
 
assets/worker-DqOd2Zem.js ADDED
The diff for this file is too large to render. See raw diff
 
index.html CHANGED
@@ -13,8 +13,8 @@
13
  document.documentElement.classList.toggle('dark', true)
14
  })()
15
  </script>
16
- <script type="module" crossorigin src="/assets/index-Bt8GnBav.js"></script>
17
- <link rel="stylesheet" crossorigin href="/assets/index-BxEIwZ7H.css">
18
  </head>
19
  <body class="font-sans">
20
  <script id="vertexshader" type="vertex">
 
13
  document.documentElement.classList.toggle('dark', true)
14
  })()
15
  </script>
16
+ <script type="module" crossorigin src="/assets/index-CghrWwXZ.js"></script>
17
+ <link rel="stylesheet" crossorigin href="/assets/index-BFAqjoAO.css">
18
  </head>
19
  <body class="font-sans">
20
  <script id="vertexshader" type="vertex">