Spaces:
Sleeping
Sleeping
# 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 | |
``` | |