File size: 472 Bytes
5e1b738
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# whisper-node

This project demonstrates how to use OpenAI Whisper in a Node.js environment.

## Instructions

1. Clone the repository:
   ```sh

   git clone https://github.com/huggingface/transformers.js-examples.git

   ```
2. Change directory to the `whisper-node` project:
   ```sh

   cd transformers.js-examples/whisper-node

   ```
3. Install the dependencies:
   ```sh

   npm install

   ```
4. Run the example:
   ```sh

   node index.js

   ```