Pinned Repositories
3D-convolutional-speaker-recognition
:speaker: Deep Learning & 3D Convolutional Neural Networks for Speaker Verification
awesome-python-cn
Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由伯乐在线持续更新。
BERT-pytorch
Google AI 2018 BERT pytorch implementation
DrQA
Reading Wikipedia to Answer Open-Domain Questions
GST-Tacotron-2
A PyTorch implementation of Style Tokens: Unsupervised Style Modeling, Control and Transfer in End-to-End Speech Synthesis
manual
Pix2Pix-Timbre-Transfer
Musical Timbre Transfer using the Pix2Pix architecture
pixel-cnn
Python3 / Tensorflow implementation of PixelCNN++, as described in "PixelCNN++: A PixelCNN Implementation with Discretized Logistic Mixture Likelihood and Other Modifications"
tacotron2-mandarin-griffin-lim
This is a repository of chinese/mandarin tts (text-to-speech) .
peter05010402's Repositories
peter05010402/tacotron2-mandarin-griffin-lim
This is a repository of chinese/mandarin tts (text-to-speech) .
peter05010402/ASRT_SpeechRecognition
A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统
peter05010402/Autosub-with-Baidu-DeepSpeech2
A Chinese speech recognition with autosub and deepspeech 在autosub上结合百度的deepspeech2模型实现中文语音识别
peter05010402/Awesome-Chinese-NLP
A curated list of resources for Chinese NLP 中文自然语言处理相关资料
peter05010402/Bailando
Code for CVPR 2022 paper "Bailando: 3D dance generation via Actor-Critic GPT with Choreographic Memory"
peter05010402/build-web-application-with-golang
A golang ebook intro how to build a web with golang
peter05010402/eat_tensorflow2_in_30_days
Tensorflow2.0 🍎🍊 is delicious, just eat it! 😋😋
peter05010402/EmotiVoice
EmotiVoice 😊: a Multi-Voice and Prompt-Controlled TTS Engine
peter05010402/espnet
End-to-End Speech Processing Toolkit
peter05010402/espresso
Espresso: A Fast End-to-End Neural Speech Recognition Toolkit
peter05010402/git-by-example
通过示例学习 Git
peter05010402/go-pinyin
汉字转拼音
peter05010402/gobook
写一本有关Go语言的入门书籍
peter05010402/GoBooks
List of Golang books
peter05010402/golang-open-source-projects
为互联网IT人打造的中文版awesome-go
peter05010402/GolangTraining
Training for Golang (go language)
peter05010402/kaldi
This is the official location of the Kaldi project.
peter05010402/libfvad
Voice activity detection (VAD) library, based on WebRTC's VAD engine
peter05010402/libra
Libra’s mission is to enable a simple global currency and financial infrastructure that empowers billions of people.
peter05010402/lightNLP
基于Pytorch和torchtext的自然语言处理深度学习框架,包含序列标注、文本分类、句子关系、文本生成、结构分析、五大功能模块,已实现了命名实体识别、中文分词、词性标注、语义角色标注、情感分析、关系抽取、语言模型、文本相似度、文本蕴含、依存句法分析、词向量训练、聊天机器人、机器翻译、文本摘要等功能。框架功能丰富,开箱可用,极易上手!基本都是学习他人实现然后自己修改融合到框架中,没有细致调参,且有不少Bug~
peter05010402/Llama2-Code-Interpreter
Make Llama2 use Code Execution, Debug, Save Code, Reuse it, Access to Internet
peter05010402/melgan
MelGAN vocoder (compatible with NVIDIA/tacotron2)
peter05010402/mellotron
Mellotron: a multispeaker voice synthesis model based on Tacotron 2 GST that can make a voice emote and sing without emotive or singing training data
peter05010402/mint
Multi-modal Content Creation Model Training Infrastructure including the FACT model (AI Choreographer) implementation.
peter05010402/NexusRaven-V2
peter05010402/ProxyBroker
Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS :performing_arts:
peter05010402/SMPL-to-FBX
I can convert motions in SMPL format into FBX files.
peter05010402/syncthing
Open Source Continuous File Synchronization
peter05010402/taichi
The Taichi programming language
peter05010402/The-Golang-Standard-Library-by-Example
Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。