Pinned Repositories
artyom.js
A voice control - voice commands - speech recognition and speech synthesis javascript library. Create your own siri,google now or cortana with Google Chrome within your website.
asr-e2e
Automatic speech recognition system using end-to-end approach for Russian speech
ASRT_SpeechRecognition
基于深度学习的语音识别系统
chinese-poetry
最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
chinese_text_normalization
Chinese text normalization for speech processing
interview
notes about questions raised by interviwers and some notes about java,linux shell and javascripts
LPCTron
Tacotron2 + LPCNET for complete End-to-End TTS System
marytts
MARY TTS -- an open-source, multilingual text-to-speech synthesis system written in pure java
SpecAugment
A Implementation of SpecAugment with Tensorflow & Pytorch, introduced by Google Brain
speech2singing
Implementation of speech to singing of interspeech20' paper.
superhg2012's Repositories
superhg2012/afr_ttsdict
Afrikaans TTS pronunciation dictionary
superhg2012/ansj_seg
ansj分词.ict的真正java实现.分词效果速度都超过开源版的ict. 中文分词,人名识别,词性标注,用户自定义词典
superhg2012/ASR_Phonemes_Words-MLP-
Speech Recognition of Arabic Phonemes and Isolated Words.
superhg2012/cnn-text-classification-tf
Convolutional Neural Network for Text Classification in Tensorflow
superhg2012/deep-voice
Deep Voice Real-time Neural TTS System
superhg2012/dl-classification
Multiclass classification with deep learning using TensorFlow
superhg2012/elastic-job
Elastic-Job is a distributed scheduled job framework, based on Quartz and Zookeeper.
superhg2012/elasticsearch-hadoop
:elephant: Elasticsearch real-time search and analytics natively integrated with Hadoop
superhg2012/guava
Google Core Libraries for Java 6+
superhg2012/HanLP
自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 关键词提取 自动摘要 短语提取 拼音 简繁转换
superhg2012/IdiomsSolitaire
成语接龙
superhg2012/iLID
automatic spoken language identification
superhg2012/IsolatedSpeechRecognition
A python implementation of isolated word recognition using Hidden Markov Model
superhg2012/jeesite
JeeSite 是一个企业信息化开发基础平台,Java企业应用开源框架,Java EE(J2EE)快速开发框架,使用经典技术组合(Spring、Spring MVC、Apache Shiro、MyBatis、Bootstrap UI),包括核心模块如:组织机构、角色用户、权限授权、数据权限、内容管理、工作流等。
superhg2012/kafka-monitor
superhg2012/language-recognition
CNN to classify samples of voice recordings into the language that was spoken
superhg2012/librec
LibRec: A Leading Java Library for Recommender Systems, see
superhg2012/MemNN
Memory Networks implementations
superhg2012/phrase_break_prediction_IS16
Code for the paper titled "An investigation of recurrent neural network architectures using word embeddings for phrase break prediction", submitted to Interspeech 2016
superhg2012/Poccala
An Automatic Speech Recognition using GMM & HMM.
superhg2012/py_chinese_string_up_puzzle
py_成语接龙
superhg2012/Roby
An open source AI chatbot, with Local speech recognition and speech synthesis system.
superhg2012/RxJava
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
superhg2012/SparkJava
Java interface for use with the Spark API
superhg2012/speaker-recognition-py3
Base on MFCC and GMM(基于MFCC和高斯混合模型的语音识别)
superhg2012/SpeechRecognition
End-to-end automatic speech recognition in Java. At present, the frontend computes MFCCs which are used to train HMM classifiers.
superhg2012/ssm-demo
Spring+SpringMVC+Mybatis+easyUI实现简单的书籍仓库管理系统
superhg2012/tensorflow_speech_recognition_demo
This is the code for 'How to Make a Simple Tensorflow Speech Recognizer' by @Sirajology on Youtube
superhg2012/tf_chatbot_lotr
Lord of the rings sentence generator using TensorFlow
superhg2012/Word2VEC_java
word2vec java版本的一个实现