speech-recognition
Here are 2,833 public repositories matching this topic...
-
Updated
May 20, 2022 - C++
-
Updated
Jun 2, 2022 - Shell
-
Updated
Apr 10, 2022 - HTML
Fedora & apt-get
Specs
- Leon version: latest
- OS (or browser) version: Fedora 30
- Node.js version: 10.16.3
- Complete "npm run check" output:
➡ Here is the diagnosis about your current setup
✔ Run
✔ Run modules
✔ Reply you by texting
❗ Amazon Polly text-to-speech
❗ Google Cloud text-to-speech
❗ Watson text-to-speech
❗ Offline text-to-speech
❗ Google Cloud speech-to-text
❗ Watson spee
-
Updated
Mar 26, 2021 - JavaScript
-
Updated
May 27, 2022 - Python
-
Updated
May 29, 2022 - C++
-
Updated
May 31, 2022 - Python
-
Updated
Jun 3, 2022 - Python
-
Updated
Jun 4, 2022 - Jupyter Notebook
-
Updated
Jun 4, 2022 - Python
目前的多音字使用 pypinyin 或者 g2pM,精度有限,想做一个基于 BERT (或者 ERNIE) 多音字预测模型,简单来说就是假设某语言有 100 个多音字,每个多音字最多有 3 个发音,那么可以在 BERT 后面接 100 个 3 分类器(简单的 fc 层即可),在预测时,找到对应的分类器进行分类即可。
参考论文:
tencent_polyphone.pdf
数据可以用 https://github.com/kakaobrain/g2pM 提供的数据
进阶:多任务的 BERT
![image](https://user-images.githubusercontent.com/24568452
-
Updated
Feb 22, 2022 - C
-
Updated
May 26, 2022 - Python
-
Updated
Jun 3, 2022 - Python
-
Updated
Mar 14, 2022 - Python
-
Updated
Nov 20, 2018 - Python
-
Updated
Jun 3, 2022 - C++
-
Updated
Oct 24, 2021 - Python
-
Updated
Dec 30, 2021
-
Updated
May 23, 2022 - Jupyter Notebook
-
Updated
Mar 3, 2020 - Python
-
Updated
Mar 6, 2022 - Python
一个非常方便的python录音程序,专门为MASR量身定做:
按回车开始录音,说完话后再按Enter结束录音并显示识别结果,录音文件会以识别的文本命名保存,方便后期统计识别率。
代码地址:
https://github.com/deepxuexi/ARFASR
如果觉得好用,给我点个star,谢谢!
-
Updated
May 26, 2022 - Python
-
Updated
Apr 15, 2022 - C
-
Updated
May 11, 2021 - Python
-
Updated
Jul 30, 2018
Improve this page
Add a description, image, and links to the speech-recognition topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the speech-recognition topic, visit your repo's landing page and select "manage topics."
Feature request
Is the addition of the 'OPTforSequenceClassification' class scheduled?
Is someone handling it?
When adding these functions, I wonder if it is possible to PR one by one, or if I have to PR all classes supported by other models.
Motivation
Added function of OPT class, which is being actively discussed recently
Your contribution
I personally use the forSequenceCla