Instructions to use Xenova/whisper-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/whisper-tiny with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('automatic-speech-recognition', 'Xenova/whisper-tiny');
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -10,8 +10,6 @@ If you haven't already, you can install the [Transformers.js](https://huggingfac
|
|
| 10 |
npm i @huggingface/transformers
|
| 11 |
```
|
| 12 |
|
| 13 |
-
## Basic Usage
|
| 14 |
-
|
| 15 |
```js
|
| 16 |
import { pipeline } from '@huggingface/transformers';
|
| 17 |
|
|
|
|
| 10 |
npm i @huggingface/transformers
|
| 11 |
```
|
| 12 |
|
|
|
|
|
|
|
| 13 |
```js
|
| 14 |
import { pipeline } from '@huggingface/transformers';
|
| 15 |
|