Fhrozen commited on
Commit
b43e90e
1 Parent(s): 4b4ce88

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -1
README.md CHANGED
@@ -7,4 +7,60 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card 🔥
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ # ESPnet: end-to-end speech processing toolkit
11
+
12
+ ESPnet is an end-to-end speech processing toolkit covering end-to-end speech recognition, text-to-speech, speech translation, speech enhancement, speaker diarization, spoken language understanding, and so on.
13
+ ESPnet uses [pytorch](http://pytorch.org/) as a deep learning engine and also follows [Kaldi](http://kaldi-asr.org/) style data processing, feature extraction/format, and recipes to provide a complete setup for various speech processing experiments.
14
+
15
+ ## Citations
16
+
17
+ ```
18
+ @inproceedings{watanabe2018espnet,
19
+ author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai},
20
+ title={{ESPnet}: End-to-End Speech Processing Toolkit},
21
+ year={2018},
22
+ booktitle={Proceedings of Interspeech},
23
+ pages={2207--2211},
24
+ doi={10.21437/Interspeech.2018-1456},
25
+ url={http://dx.doi.org/10.21437/Interspeech.2018-1456}
26
+ }
27
+ @inproceedings{hayashi2020espnet,
28
+ title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit},
29
+ author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu},
30
+ booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
31
+ pages={7654--7658},
32
+ year={2020},
33
+ organization={IEEE}
34
+ }
35
+ @inproceedings{inaguma-etal-2020-espnet,
36
+ title = "{ESP}net-{ST}: All-in-One Speech Translation Toolkit",
37
+ author = "Inaguma, Hirofumi and
38
+ Kiyono, Shun and
39
+ Duh, Kevin and
40
+ Karita, Shigeki and
41
+ Yalta, Nelson and
42
+ Hayashi, Tomoki and
43
+ Watanabe, Shinji",
44
+ booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics: System Demonstrations",
45
+ month = jul,
46
+ year = "2020",
47
+ address = "Online",
48
+ publisher = "Association for Computational Linguistics",
49
+ url = "https://www.aclweb.org/anthology/2020.acl-demos.34",
50
+ pages = "302--311",
51
+ }
52
+ @inproceedings{li2020espnet,
53
+ title={{ESPnet-SE}: End-to-End Speech Enhancement and Separation Toolkit Designed for {ASR} Integration},
54
+ author={Chenda Li and Jing Shi and Wangyou Zhang and Aswin Shanmugam Subramanian and Xuankai Chang and Naoyuki Kamo and Moto Hira and Tomoki Hayashi and Christoph Boeddeker and Zhuo Chen and Shinji Watanabe},
55
+ booktitle={Proceedings of IEEE Spoken Language Technology Workshop (SLT)},
56
+ pages={785--792},
57
+ year={2021},
58
+ organization={IEEE},
59
+ }
60
+ @article{arora2021espnet,
61
+ title={ESPnet-SLU: Advancing Spoken Language Understanding through ESPnet},
62
+ author={Arora, Siddhant and Dalmia, Siddharth and Denisov, Pavel and Chang, Xuankai and Ueda, Yushi and Peng, Yifan and Zhang, Yuekai and Kumar, Sujay and Ganesan, Karthik and Yan, Brian and others},
63
+ journal={arXiv preprint arXiv:2111.14706},
64
+ year={2021}
65
+ }
66
+ ```