Giter Site home page Giter Site logo

spoken-digits-recognition-system's Introduction

spoken-digits-classification

Classification Methods for Audio MNIST Dataset

Dataset consists of recordings of spoken digits in wav files at 8kHz. The recordings are trimmed so that they have near minimal silence at the beginnings and ends.

The Samples recorded by 4 speakers with English pronunciations and there are totally 2,000 recordings (50 of each digit per speaker) in the dataset.

Files are named in the following format: {digitLabel}{speakerName}{index}.wav Example: 7_jackson_32.wav

If you want to know more about how dataset is created and contribute to creating more data, please check the below repository:

https://github.com/Jakobovski/free-spoken-digit-dataset

Files/Folders Information

recordings: all audio samples are stored in this folder โ€“ 2000 wav files

spectrograms: audio images (audio spectrograms)

acquire_data/say_numbers_promp.py: File saying how record the spoken digits

acquire_data/split_and_label_numbers.py: File for splitting the original file and labeling the sample files

utils/trimmer.py: trim the silence in each file.

utils/spectogrammer.py: convert the audio files to spectrogram images (the sample file)

utils/fsdd.py: prepare audios for converting to spectrograms

metadata.py: contains information of the speaker

audio_plot.ipynb: Plot audio signal and spectrogram using Librosa

audio_to_spectrograms.ipynb: convert audios to images and store them to spectrograms directory.

data_preprocessing.ipynb: convert images to numpy arrays

xtrain_file.npy, ytrain_file.npy: train dataset in numpy files

xtest_file.npy, ytest_file.npy: test dataset in numpy files

model.ipynb: classification task based on different cnn architectures.

result_images: contains models graphs and plots

Classification methods:

I used three CNN models and a LSTM model for classification. You can find the models and the results in model.ipynb

spoken-digits-recognition-system's People

Contributors

raudrakush avatar

Watchers

 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.