joheras commited on
Commit
f256452
1 Parent(s): 7e4fb00

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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/).