Skip to content

nicomon24/tensorflow-simple-speech-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tensorflow speech recognition challenge

This is my solution for the tensorflow speech recognition challenge on kaggle.

Requirements

  • tensorflow v1.4
  • scipy for wave loading
  • librosa for audio manipulations
  • numpy, pandas
  • pyaudio for microphone

Usage

The model can be trained using the train.py, all the parameters that can be defined can be found in the parser settings or using python train.py --help.

The file settings1.csv contains a definition of the parameters that will be used to run a particular experiment.

Once the model has been trained, it can be used to predict samples using predict.py, passing the previously generated checkpoints.

The file mic.py is used for real-time recognition, using the microphone and the pyAudio library.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages