Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Speech-to-Text (CPU/GPU)
|
2 |
|
3 |
- **Model:** `openai/whisper-tiny` (MIT)
|
@@ -52,4 +63,4 @@ and while running the main.py code using command then only you the output
|
|
52 |
notepad $PROFILE
|
53 |
```
|
54 |
|
55 |
-
Add: `$env:PATH += ";C:\ffmpeg\bin"`Save and restart the terminal.
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- openai/whisper-tiny
|
7 |
+
library_name: transformers
|
8 |
+
tags:
|
9 |
+
- speech-to-text
|
10 |
+
- openai-whisper
|
11 |
+
---
|
12 |
# Speech-to-Text (CPU/GPU)
|
13 |
|
14 |
- **Model:** `openai/whisper-tiny` (MIT)
|
|
|
63 |
notepad $PROFILE
|
64 |
```
|
65 |
|
66 |
+
Add: `$env:PATH += ";C:\ffmpeg\bin"`Save and restart the terminal.
|