GithubHelp home page GithubHelp logo

speech_recognition's Introduction

"# speech_recognition"

Summary:

During the work two models were observed: Simple Audio Recognition from Tensorflow and the model similar to introduced in https://yerevann.github.io/2015/10/11/spoken-language-identification-with-deep-convolutional-networks/. Both of them were trained using dataset used in speech_commands example from Tensorflow.

Steps to reproduce:

For the first model:

  1. Install Docker on your machine
  2. Pull Tensorflow Docker image using following command: docker pull tensorflow/tensorflow
  3. Run container: docker run -it -p 8888:8888 tensorflow/tensorflow
  4. Go through the steps from the tutorial: https://www.tensorflow.org/versions/master/tutorials/audio_recognition

For the second model:

  1. Install Anaconda2 package from https://www.anaconda.com/download/
  2. Go to the Scripts directory and run: conda install -c anaconda theano
    conda install -c anaconda lasagne
  3. Download the files from the repository
  4. Copy the dataset from the Docker container to Host
  5. Change the png_folder and listfile paths in theano/main.py to your ones
  6. Create spectrograms for all of the files from dataset using create_spectrograms.py
  7. Run theano/main.py.

Link to presentation: https://drive.google.com/open?id=0BzosZ0Y6TKpHT0thYlB0NlVESTQ

speech_recognition's People

Contributors

neurophysicist 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.