The Wayback Machine - https://web.archive.org/web/20200709002650/https://github.com/topics/automatic-speech-recognition
Skip to content
#

automatic-speech-recognition

Here are 73 public repositories matching this topic...

shuttle1987
shuttle1987 commented Jan 6, 2020

This is something that will greatly help your code quality, especially if you have to target multiple platforms. You also then get substantial type checking benefits from mypy and other tools since there's no type ambiguity between strings that are representing strings and strings that are representing file paths.

rain1024
rain1024 commented Oct 20, 2018

@jackNhat đọc các bài báo về nhận dạng và tổng hợp tiếng nói. Xem dữ liệu trong bài toán này thường được EDA như thế nào?

Danh sách các báo cáo khoa học đề xuất

Các số liệu thống kê:

  • Số lượng câu
  • Tổng số lượn

A Simple Automatic Speech Recognition (ASR) Model in Tensorflow, which only needs to focus on Deep Neural Network. It's easy to test popular cells (most are LSTM and its variants) and models (unidirectioanl RNN, bidirectional RNN, ResNet and so on). Moreover, you are welcome to play with self-defined cells or models.

  • Updated Jan 18, 2018
  • Python
TeDdy-123
TeDdy-123 commented Jul 20, 2019

from google.protobuf.pyext import _message
Traceback (most recent call last):
File "<pyshell#5>", line 1, in
from google.protobuf.pyext import _message
ImportError: cannot import name '_message'
from google.protobuf.pyext import _message

C:\Users\13971\Desktop\大一暑\Project\audioNet>pip install protobuf==3.6.0
Collecting protobuf==3.6.0
Using cached https://files

Improve this page

Add a description, image, and links to the automatic-speech-recognition topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the automatic-speech-recognition topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.