Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,11 @@ This repository contains the conversion of [ales/whisper-small-belarusian](https
|
|
13 |
|
14 |
This model can be used in CTranslate2 or projects based on CTranslate2 such as [faster-whisper](https://github.com/guillaumekln/faster-whisper).
|
15 |
|
|
|
|
|
|
|
|
|
|
|
16 |
## Example
|
17 |
|
18 |
```python
|
|
|
13 |
|
14 |
This model can be used in CTranslate2 or projects based on CTranslate2 such as [faster-whisper](https://github.com/guillaumekln/faster-whisper).
|
15 |
|
16 |
+
## Install faster-whisper
|
17 |
+
```bash
|
18 |
+
pip install git+https://github.com/guillaumekln/faster-whisper.git
|
19 |
+
```
|
20 |
+
|
21 |
## Example
|
22 |
|
23 |
```python
|