Giter Site home page Giter Site logo

sailist / asrframe Goto Github PK

View Code? Open in Web Editor NEW
240.0 240.0 68.0 8.95 MB

An Automatic Speech Recognition Frame ,一个中文语音识别的完整框架, 提供了多个模型

License: Apache License 2.0

Python 38.89% Shell 4.12% Jupyter Notebook 56.98%

asrframe's Introduction

Hi there 👋

asrframe's People

Contributors

sailist avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

asrframe's Issues

无法运行run_real_predict.py

使用的release里的两个模型,运行 run_real_predict.py 时报错缺少变量"fs"——record_from_wav() missing 1 required positional argument: 'fs'. 请问该怎么解决,万分感谢

以音素为粒度的训练

这样的尝试,作者你是否做过了?
是否有其他资料或者论文可以共享一下吗?
谢谢

aishell的音频训练数据有问题

aishell的音频数据,train和dev下有一些目录有wav文件但是没有与其对应的txt文件。
写了个小php脚本做对应数据处理
`<?php
function checkFile($dir){

	foreach(glob($dir."/*.wav") as $wav)
	{
	    $fileArr = explode(".wav",$wav); 

	    $i=0;
	    if(!file_exists($fileArr[0].".txt")){
	    	print_r("delect file:".$dir.$fileArr[0].".wav".PHP_EOL);
			unlink($fileArr[0].".wav");
	    }
	}	
}

$str = "S0724

S0725
S0726
S0727
S0728
S0729
S0730
S0731
S0732
S0733
S0734
S0735
S0736
S0737
S0738
S0739
S0740
S0741
S0742
S0743
S0744
S0745
S0746
S0747
S0748
S0749
S0750
S0751
S0752
S0753
S0754
S0755
S0756
S0757
S0758
S0759
S0760
S0761
S0762
S0763";
$dirs = explode("\n",$str);
foreach($dirs as $item){
checkFile("/Users/xxx/speechAndMachineLearning/speechData/data_aishell/wav/dev/".$item."/");
}

?>`

语言模型权重问题

这个语言模型的效果好像很一般,有没有训练好的其他的语言模型权重

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.