Spaces:
Running
Running
Commit
Β·
8073110
1
Parent(s):
650f7e0
release: build 46c7daf45b2fb1960f87702d7f2d090fbdb11c50
Browse files- README.md +3 -3
- assets/{index-BxEIwZ7H.css β index-BFAqjoAO.css} +0 -0
- assets/{index-Bt8GnBav.js β index-CghrWwXZ.js} +0 -0
- assets/{ort-wasm-simd-threaded.jsep-BAR87mbD.wasm β ort-wasm-simd-threaded.jsep-B0T3yYHD.wasm} +2 -2
- assets/worker-CUJZWIcI.js +0 -0
- assets/worker-DqOd2Zem.js +0 -0
- index.html +2 -2
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/
|
| 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/
|
| 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
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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-
|
| 17 |
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
| 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">
|