Giter Site home page Giter Site logo

bullud / tensorflow-speech-recognition Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pannous/tensorflow-speech-recognition

0.0 2.0 0.0 494 KB

Speech recognition using google's tensorflow deep learning framework, sequence-to-sequence neural networks

Python 100.00%

tensorflow-speech-recognition's Introduction

Tensorflow Speech Recognition

Speech recognition using google's tensorflow deep learning framework, sequence-to-sequence neural networks and keras

Replaces caffe-speech-recognition, see there for training data.

Extensions to current tensorflow probably needed:

  • Sliding Window GPU implementation
  • FFT / speech feature extraction preprocessing ( or same model with pretraining?)
  • Continuous seq2seq adaptation
  • Modular graphs/models + persistance

Ultimate goal: Create a decent standalone speech recognition for Linux etc. Some people say we have the models but not enough training data. We disagree: There is plenty of training data (100GB here, on Gutenberg, synthetic Text to Speech snippets, Movies with transcripts, YouTube with captions etc etc) we just need a simple yet powerful model. It's only a question of time...

Collaborators wanted! We are in the process of tackling this project in seriousness. Drop an email to [email protected] if you want to join the party, no matter your background.

We are still in the planning phase! See train.py for the suggested general architecture. You can contribute right away by discussing or implementing one of the (easy) train_... methods.

** Getting started ** pip install -r requirements.txt ./train.sh ./record.py

Fun tasks for newcomers

  • Data Augmentation : create on-the-fly modulation for our data: increase the speech frequency, add background noise, alter the pitch etc,...
  • Create a matrix auto encoder: the current autoencoder takes a vector as input. each of the easy to add one dimension to autoencode spectrograph files preserving the axis information.
  • Modular persistance: It is important that we have a mechanism to persist and load subsets of the whole model, and to make it extensible on demand. So far the Graph.load and Saver.load mechanisms are insufficient for that. Todo: use keras graph for that?

tensorflow-speech-recognition's People

Contributors

pannous avatar

Watchers

 avatar James Cloos avatar

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.