Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- speech recognition
|
4 |
+
- ctc
|
5 |
+
dataset:
|
6 |
+
- LJSpeech dataset
|
7 |
+
license: cc0-1.0
|
8 |
+
---
|
9 |
+
## Automatic Speech Recognition using CTC model on the 🤗Hub!
|
10 |
+
Full credits go to [Mohamed Reda Bouadjenek]() and [Ngoc Dung Huynh]().
|
11 |
+
|
12 |
+
This repository contains the model from [this notebook on Automatic Speech Recognition using CTC](https://keras.io/examples/audio/ctc_asr/).
|