-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
260 lines (252 loc) · 16.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>WeNet Community</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body class="d-flex flex-column h-100">
<main class="flex-shrink-0">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark bg-success">
<div class="container px-5">
<a class="navbar-brand" href="index.html">WeNet Community</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="news.html">News</a></li>
<li class="nav-item"><a class="nav-link" href="publications.html">Publications</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/wenet-e2e/">Github</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#sponsors">Sponsors</a></li>
</ul>
</div>
</div>
</nav>
<!-- Header-->
<header class="bg-success py-5">
<div class="container px-5">
<div class="row gx-5 align-items-center justify-content-center">
<div class="col-lg-8 col-xl-7 col-xxl-6">
<div class="my-5 text-center text-xl-start">
<h1 class="display-5 fw-bolder text-white mb-2">Make AI Simpler</h1>
<p class="lead fw-normal text-white-50 mb-4">让 AI 变得更简单</p>
<div class="d-grid gap-3 d-sm-flex justify-content-sm-center justify-content-xl-start">
<a class="btn btn-primary btn-lg px-4 me-sm-3" href="#projects">Get Started</a>
<a class="btn btn-outline-light btn-lg px-4" href="#projects">Learn More</a>
</div>
</div>
</div>
<div class="col-xl-5 col-xxl-6 d-none d-xl-block text-center"><img class="img-fluid rounded-3 my-5" src="img/wenet_open_source_community.png" alt="..." /></div>
</div>
</div>
</header>
<section class="py-5 bg-light">
<div class="container px-5">
<div class="row gx-5">
<div class="col-xl-8">
<h2 class="fw-bolder fs-5 mb-4">News</h2>
<!-- News item-->
<div class="mb-4">
<div class="small text-muted">2023.01.16</div>
<a class="link-dark text-muted" href="https://mp.weixin.qq.com/s/PEWt7zUmEWr2D5Kh6txrWg"><h5>WeNet 开源社区 2022 小记</h5></a>
</div>
<div class="mb-4">
<div class="small text-muted">2023.01.12</div>
<a class="link-dark text-muted" href="https://mp.weixin.qq.com/s/yXOPsfS1tCv61xUnbu-jeA"><h5>58同城AI Lab在WeNet中开源Efficient Conformer模型</h5></a>
</div>
<div class="mb-4">
<div class="small text-muted">2022.12.30</div>
<a class="link-dark text-muted" href="https://mp.weixin.qq.com/s/YpdX1XRLAcrTs3p2iU_ZEg"><h5>NVIDIA 在 WeNet 中开源 Noisy Student Training 方案</h5></a>
</div>
<div class="mb-4">
<div class="small text-muted">2022.12.06</div>
<a class="link-dark text-muted" href="https://mp.weixin.qq.com/s/mzTF-mDtXkkuXPFFfCWerg"><h5>WeNet 入驻魔搭 ModelScope,助推开源语音社区协同创新</h5></a>
</div>
<div class="text-end mb-5 mb-xl-0">
<a class="text-decoration-none" href="news.html">
More news
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
<div class="col-xl-4">
<div class="card border-0 h-100">
<div class="card-body p-4">
<div class="d-flex h-100 align-items-center justify-content-center">
<div class="text-center">
<div class="h6 fw-bolder">Contact</div>
<p class="text-muted mb-4">
Scan the QR code to follow us
<br />
<img class="img-fluid rounded mb-5 mb-lg-0" src="img/wenet_official_account.png" alt="..." />
</p>
<div class="h6 fw-bolder">Follow us on Github</div>
<a class="fs-5 px-2 link-dark" href="https://github.com/wenet-e2e"><i class="bi-github"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features section-->
<section class="py-5" id="projects">
<div class="container px-5 my-5">
<div class="row gx-5">
<div class="col-lg-3 mb-5 mb-lg-0"><h2 class="fw-bolder mb-0">Our projects</h2></div>
<div class="col-lg-9">
<div class="row gx-5 row-cols-1 row-cols-md-3">
<div class="col mb-5 h-100">
<h2 class="h4 text-success fw-bold">WeNet</h2>
<p class="mb-0 text-muted">Production first and production ready end-to-end speech recognition toolkit</p>
<p class="mb-0">
<a class="" href="https://wenet-e2e.github.io/wenet/">Home</a>
<a class="px-4" href="https://github.com/wenet-e2e/wenet">Github</a>
</p>
</div>
<div class="col mb-5 h-100">
<h2 class="h4 text-success fw-bold">WenetSpeech</h2>
<p class="mb-0">A 10000+ hours multi-domain mandarin corpus for speech recognition</p>
<p class="mb-0">
<a class="" href="https://wenet-e2e.github.io/WenetSpeech/">Home</a>
<a class="px-4" href="https://github.com/wenet-e2e/WenetSpeech">Github</a>
</p>
</div>
<div class="col mb-5 h-100">
<h2 class="h4 text-success fw-bold">Opencpop</h2>
<p class="mb-0">An open-source high-quality Mandarin singing voice synthesis corpus</p>
<p class="mb-0">
<a class="" href="https://wenet-e2e.github.io/opencpop/">Home</a>
<a class="px-4" href="https://github.com/wenet-e2e/opencpop">Github</a>
</p>
</div>
<div class="col mb-5 h-100">
<h2 class="h4 text-success fw-bold">wetts</h2>
<p class="mb-0">Production first end-to-end text to speech toolkit</p>
<p class="mb-0">
<a class="" href="https://github.com/wenet-e2e/wetts">Github</a>
</p>
</div>
<div class="col mb-5 h-100">
<h2 class="h4 text-success fw-bold">wekws</h2>
<p class="mb-0">Production first and production ready wakeup word detection and keyword spotting toolkit</p>
<p class="mb-0">
<a class="" href="https://github.com/wenet-e2e/wekws">Github</a>
</p>
</div>
<div class="col mb-5 h-100">
<h2 class="h4 text-success fw-bold">wespeaker</h2>
<p class="mb-0">Production first and production ready end-to-end speaker toolkit</p>
<p class="mb-0">
<a class="" href="https://github.com/wenet-e2e/wespeaker">Github</a>
</p>
</div>
<div class="col mb-5 h-100">
<h2 class="h4 text-success fw-bold">WeTextProcessing</h2>
<p class="mb-0">A new generation text normalization and inverse text normalization toolkit</p>
<p class="mb-0">
<a class="" href="https://github.com/wenet-e2e/WeTextProcessing">Github</a>
</p>
</div>
<div class="col mb-5 h-100">
<h2 class="h4 text-success fw-bold">speech-recognition-papers</h2>
<p class="mb-0">Towards hot directions in industrial end to end speech recognition</p>
<p class="mb-0">
<a class="" href="https://github.com/wenet-e2e/speech-recognition-papers">Github</a>
</p>
</div>
<div class="col mb-5 h-100">
<h2 class="h4 text-success fw-bold">speech-synthesis-paper</h2>
<p class="mb-0">Towards hot directions in industrial end to end speech synthesis</p>
<p class="mb-0">
<a class="" href="https://github.com/wenet-e2e/speech-synthesis-paper">Github</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Team members section-->
<section class="py-5 bg-light" id="sponsors">
<div class="container px-5 my-5">
<div class="text-center">
<h2 class="fw-bolder">Sponsors</h2>
</div>
<div class="row align-items-center">
<div class="col-md-3 col-sm-6 my-3">
<a href="#!"><img class="img-fluid d-block mx-auto" src="img/sponsors/nwpu.png" alt="..." width="200px"/></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="#!"><img class="img-fluid d-block mx-auto" src="img/sponsors/chumenwenwen.png" alt="..." width="200px"/></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="#!"><img class="img-fluid d-block mx-auto" src="img/sponsors/aishelltech.png" alt="..." width="200px"/></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="#!"><img class="img-fluid d-block mx-auto" src="img/sponsors/jd.svg" alt="..." width="200px"/></a>
</div>
</div>
<div class="row align-items-center">
<div class="col-md-3 col-sm-6 my-3">
<a href="#!"><img class="img-fluid d-block mx-auto" src="img/sponsors/qinghua.png" alt="..." width="200px"/></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="#!"><img class="img-fluid d-block mx-auto" src="img/sponsors/hobot.png" alt="..." width="200px"/></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="#!"><img class="img-fluid d-block mx-auto" src="img/sponsors/tencent.png" alt="..." width="200px"/></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="#!"><img class="img-fluid d-block mx-auto" src="img/sponsors/ximalaya.png" alt="..." width="200px"/></a>
</div>
</div>
<div class="row align-items-center">
<div class="col-md-3 col-sm-6 my-3">
<a href="#!"><img class="img-fluid d-block mx-auto" src="img/sponsors/netease.png" alt="..." width="200px"/></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="#!"><img class="img-fluid d-block mx-auto" src="img/sponsors/nvidia.png" alt="..." width="200px"/></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="#!"><img class="img-fluid d-block mx-auto" src="img/sponsors/mindspore.png" alt="..." width="200px"/></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="#!"><img class="img-fluid d-block mx-auto" src="img/sponsors/xian.png" alt="..." width="200px"/></a>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer-->
<footer class="bg-success py-4 mt-auto">
<div class="container px-5">
<div class="row align-items-center justify-content-between flex-column flex-sm-row">
<div class="col-auto"><div class="small m-0 text-white">Copyright © WeNet 2022</div></div>
<div class="col-auto">
<a class="link-light small" href="#!">Privacy</a>
<span class="text-white mx-1">·</span>
<a class="link-light small" href="#!">Terms</a>
<span class="text-white mx-1">·</span>
<a class="link-light small" href="#!">Contact</a>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>