Pinned Repositories
AI00
aidatatang_200zh
Aidatatang_200zh is an open source Chinese Mandarin speech corpus released by DataTang Technology Co., Ltd (www.datatang.com).
albert
ALBERT: A Lite BERT for Self-supervised Learning of Language Representations
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
Alibaba-MIT-Speech
Alibaba speech technology
annotated-transformer
http://nlp.seas.harvard.edu/2018/04/03/attention.html
ASR_Course_Homework
分享在深蓝学院《语音识别:从入门到精通》第一期课程学习过程中完成的课后作业,供参考。
ChineseWiki
维基百科中文语料整理
video-srt-command
一个自动生成字幕SRT文件的开源软件工具(命令行版本)
jinsongpan's Repositories
jinsongpan/athena
an open-source implementation of sequence-to-sequence base speech processing engine
jinsongpan/bert
TensorFlow code and pre-trained models for BERT
jinsongpan/ChineseNLP
Datasets, SOTA results of every fields of Chinese NLP
jinsongpan/deep-voice-conversion
Deep neural networks for voice conversion (voice style transfer) in Tensorflow
jinsongpan/electra
ELECTRA: Pre-training Text Encoders as Discriminators Rather Than Generators
jinsongpan/ERNIE
An Implementation of ERNIE For Language Understanding (including Pre-training models and Fine-tuning tools)
jinsongpan/g2p-seq2seq
G2P with Tensorflow
jinsongpan/kaldi-gstreamer-server
Real-time full-duplex speech recognition server, based on the Kaldi toolkit and the GStreamer framwork.
jinsongpan/langid.py
Stand-alone language identification system
jinsongpan/lihang-code
《统计学习方法》的代码实现
jinsongpan/LPCTron
Tacotron2 + LPCNET for complete End-to-End TTS System
jinsongpan/machine_learning_derivation
notes of machine learning algorithm derivation
jinsongpan/melgan
MelGAN vocoder (compatible with NVIDIA/tacotron2)
jinsongpan/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
jinsongpan/MuseScore
MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests!
jinsongpan/nlp-roadmap
ROADMAP(Mind Map) and KEYWORD for students those who have interest in learning NLP
jinsongpan/popcorn-desktop
Popcorn Time is a multi-platform, free software BitTorrent client that includes an integrated media player. Desktop ( Windows / Mac / Linux ) a Butter-Project Fork
jinsongpan/Pretrained-Language-Model
Pretrained language model and its related optimization techniques developed by Huawei Noah's Ark Lab.
jinsongpan/pycorrector
pycorrector is a toolkit for text error correction. It was developed to facilitate the designing, comparing, and sharing of deep text error correction models.
jinsongpan/pytorch-kaldi
pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
jinsongpan/Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
jinsongpan/rnn-transducer
A Pytorch Implementation of Transducer Model for End-to-End Speech Recognition
jinsongpan/rnnt-speech-recognition
End-to-end speech recognition using RNN Transducers in Tensorflow 2.0
jinsongpan/sparc
Contextualized Sparse Representations for Real-Time Open-Domain Question Answering (Lee et al., ACL 2020)
jinsongpan/speech-aligner
speech-aligner,是一个从“人声语音”及其“语言文本”,产生音素级别时间对齐标注的工具。speech-aligner, is a tool that generate phoneme-level alignment between human speech and its transcription
jinsongpan/Tacotron-2
DeepMind's Tacotron-2 Tensorflow implementation
jinsongpan/tacotron2
Tacotron 2 - PyTorch implementation with faster-than-realtime inference
jinsongpan/tensorflow
Computation using data flow graphs for scalable machine learning
jinsongpan/tensorpack
A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility
jinsongpan/vae_tacotron2
VAE Tacotron 2, an alternative of GST Tacotron