K-fall's Stars
microsoft/DeepSpeed
DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.
deezer/spleeter
Deezer source separation library including pretrained models.
zergtant/pytorch-handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
Dod-o/Statistical-Learning-Method_Code
手写实现李航《统计学习方法》书中全部算法
speechbrain/speechbrain
A PyTorch-based Speech Toolkit
Fafa-DL/Lhy_Machine_Learning
李宏毅2021/2022/2023春季机器学习课程课件及作业
666DZY666/micronet
micronet, a model compression and deploy lib. compression: 1、quantization: quantization-aware-training(QAT), High-Bit(>2b)(DoReFa/Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference)、Low-Bit(≤2b)/Ternary and Binary(TWN/BNN/XNOR-Net); post-training-quantization(PTQ), 8-bit(tensorrt); 2、 pruning: normal、regular and group convolutional channel pruning; 3、 group convolution structure; 4、batch-normalization fuse for quantization. deploy: tensorrt, fp32/fp16/int8(ptq-calibration)、op-adapt(upsample)、dynamic_shape
YuanGongND/ast
Code for the Interspeech 2021 paper "AST: Audio Spectrogram Transformer".
k2-fsa/k2
FSA/FST algorithms, differentiable, with PyTorch compatibility.
lhotse-speech/lhotse
Tools for handling speech data in machine learning projects.
k2-fsa/icefall
Snowdar/asv-subtools
An Open Source Tools for Speaker Recognition
SpeechColab/Leaderboard
SpeechIO Leaderboard: a large, robust, comprehensive, benchmarking platform for Automatic Speech Recognition.
ibaoger/webrtc
Mirror of WebRTC, update everyday. (https://webrtc.googlesource.com/src)
speechio/BigCiDian
Pronunciation lexicon covering both English and Chinese languages for Automatic Speech Recognition.
zycv/awesome-keyword-spotting
This repository is a curated list of awesome Speech Keyword Spotting (Wake-Up Word Detection).
rogerou/Arm-neon-intrinsics
arm neon 相关文档和指令意义
fjiang9/NKF-AEC
Acoustic Echo Cancellation with Nerual Kalman Filtering
hyperconnect/TC-ResNet
Code for Temporal Convolution for Real-time Keyword Spotting on Mobile Devices
kaituoxu/Listen-Attend-Spell
A PyTorch implementation of Listen, Attend and Spell (LAS), an End-to-End ASR framework.
cvqluu/TDNN
Time delay neural network (TDNN) implementation in Pytorch using unfold method
cpuimage/WebRTC_AECM
Acoustic Echo Canceller for Mobile Module Port From WebRTC
harvard-edge/multilingual_kws
Few-shot Keyword Spotting in Any Language and Multilingual Spoken Word Corpus
ewan-xu/AEC3
AEC3 Extracted From WebRTC
xdcesc/my_ch_speech_recognition
使用python进行语音识别
tencent-ailab/3m-asr
3M: Multi-loss, Multi-path and Multi-level Neural Networks for speech recognition
SiddGururani/Pytorch-TDNN
lifeiteng/codingmath
Tech
ArchitParnami/Few-Shot-KWS
Few-Shot Keyword Spotting
kaituoxu/PyTorch-ASR-AM
A PyTorch implementation of ASR Acoustic Model training.