Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Turkish Speech Recognition Model
|
| 2 |
|
| 3 |
This project is a deep learning-based speech recognition system trained on the Mozilla Common Voice Turkish dataset. The model can convert audio recordings into text.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- tr
|
| 5 |
+
tags:
|
| 6 |
+
- speech-to-text
|
| 7 |
+
- audio
|
| 8 |
+
- pytorch
|
| 9 |
+
- ctc
|
| 10 |
+
---
|
| 11 |
# Turkish Speech Recognition Model
|
| 12 |
|
| 13 |
This project is a deep learning-based speech recognition system trained on the Mozilla Common Voice Turkish dataset. The model can convert audio recordings into text.
|