emmazhong commited on
Commit
b20912b
·
1 Parent(s): 102bf51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -1
README.md CHANGED
@@ -5,6 +5,42 @@ tags:
5
  - Spoken Language Identification
6
  language:
7
  - en
 
8
  metrics:
9
  - accuracy
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - Spoken Language Identification
6
  language:
7
  - en
8
+ - zh
9
  metrics:
10
  - accuracy
11
+ ---
12
+
13
+ # Spoken_language_identification
14
+
15
+ ## Model description
16
+
17
+ This is a spoken language recognition model trained on private dataset using Tensorflow.
18
+ the model uses the CRNN-Attention architecture that has previously been used for extracting utterance-level feature representations.
19
+
20
+ The system is trained with recordings sampled at 16kHz, single channel, and 16-bit Signed Integer PCM encoding.
21
+
22
+ The model can classify a speech utterance according to the language spoken.
23
+ It covers 13 different languages(
24
+ chinese
25
+ english
26
+ french
27
+ german
28
+ indonesian
29
+ italian
30
+ japanese
31
+ korean
32
+ portuguese
33
+ russian
34
+ spanish
35
+ turkish
36
+ vietnamese
37
+ )
38
+
39
+ ## Intended uses & Limitations
40
+
41
+ #### How to use
42
+
43
+ ```python
44
+ import
45
+
46
+ ```