We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e9a2c2 + 3c38e16 commit dcab2c6Copy full SHA for dcab2c6
README.md
@@ -37,6 +37,24 @@ sudo apt install build-essential
37
38
- NOTE: user may need to install make tool
39
40
+### Windows Installation
41
+
42
+1. Install MinGW-w64 or MSYS2 (which includes make tools)
43
+ - Option 1: Install MSYS2 from https://www.msys2.org/
44
+ - Option 2: Install MinGW-w64 from https://www.mingw-w64.org/
45
46
+2. Install nodejs-whisper with npm
47
+```bash
48
+npm i nodejs-whisper
49
+```
50
51
+3. Download whisper model
52
53
+npx nodejs-whisper download
54
55
56
+- Note: Make sure mingw32-make or make is available in your system PATH.
57
58
## Usage/Examples
59
60
See `example/index.ts` (can be run with `$ npm run test`)
0 commit comments