add demo image
Browse files- README.md +9 -3
- example.png +0 -0
README.md
CHANGED
|
@@ -117,18 +117,24 @@ Here is an example of the transcription capabilities of the model:
|
|
| 117 |
|
| 118 |
### WebRTC Demonstartion
|
| 119 |
|
| 120 |
-
|
| 121 |
```bash
|
| 122 |
pip install vosk
|
| 123 |
pip install websockets
|
| 124 |
```
|
| 125 |
-
```bash
|
| 126 |
|
|
|
|
|
|
|
| 127 |
git clone https://huggingface.co/linagora/linto-asr-ar-tn-0.1.git
|
| 128 |
|
| 129 |
cd linto-asr-ar-tn-0.1/Demo-WebRTC
|
|
|
|
| 130 |
|
| 131 |
-
|
| 132 |
|
|
|
|
|
|
|
| 133 |
```
|
|
|
|
| 134 |
|
|
|
|
|
|
| 117 |
|
| 118 |
### WebRTC Demonstartion
|
| 119 |
|
| 120 |
+
#### Intallation
|
| 121 |
```bash
|
| 122 |
pip install vosk
|
| 123 |
pip install websockets
|
| 124 |
```
|
|
|
|
| 125 |
|
| 126 |
+
#### cloning
|
| 127 |
+
```bash
|
| 128 |
git clone https://huggingface.co/linagora/linto-asr-ar-tn-0.1.git
|
| 129 |
|
| 130 |
cd linto-asr-ar-tn-0.1/Demo-WebRTC
|
| 131 |
+
```
|
| 132 |
|
| 133 |
+
#### Use
|
| 134 |
|
| 135 |
+
```bash
|
| 136 |
+
python3 app.py <model-path>
|
| 137 |
```
|
| 138 |
+
Default web interface: `localhost:8010`
|
| 139 |
|
| 140 |
+

|
example.png
ADDED
|