Skip to main content

Spoken language identification with CNN and RNN - Early Stage

Project description

This program may take a minute or so to get results showed on the screen,
please be patient.

Spoken Language Identification is the process of determining and classifying natural language
from a given content and dataset. Employing an acoustic model and a language model, Data of
audio files is processed to extract useful features for performing Machine Learning.
The acoustic features for SPOKEN LANGUAGE IDENTIFICATION are namely standard features such
as Mel-Frequency Cepstral Coefficients (MFCC), Shifted Delta Cepstral (SDC), while for the
language features the Gaussian Mixture Model (GMM) and the i-vector based framework are
used.

However, the Machine Learning process based on extract features remains a challenge.
Optimisation needs to be improved in order to capture embedded knowledge on the extracted
features. CNN (Convolutional Neural Networks), RNN (Recurrent Neural Networks) and ELM (the
Extreme Learning Machine) are promising as effective learning architectures used to perform
classification and further complex analysis and are extremely useful to train a single
hidden layer neural network. However, by now, the learning process of these models is not
entirely effective due to the selection methods of weights within the input hidden layer.

myspokenlanguagedetection is a preliminary package structured for SPOKEN LANGUAGE
IDENTIFICATION based on standard feature extraction
and CNN and RNN. An optimisation approach was employed as the benchmark and improved by
altering the selection phase of the optimisation process. The selection process is performed
incorporating deferent methods. The results are generated based on SPOKEN LANGUAGE
IDENTIFICATION with the datasets created from eighteen different languages. The results of
the study indicate the performance of Machine Learning highly correlated with the soundness
of architecture of Neural Networks and co-existence of acoustic and language models.

THIS version of myspokenlanguagedetection was trained to detect "French", "English", "Spanish",
"Italian", "Deutsch", "Russian", "Portuguese", "Swedish", and "Japanese" and to some lower
extent other 40 languages. We will complete the machine training sessions for more languages
along with increasing the accuracy of the languages identification process.

=============
Installation
=============
myspokenlanguagedetection can be installed like any other Python library, using (a recent version of) the
Python package manager pip, on Linux, macOS, and Windows:

------------------pip install myspokenlanguagedetection

or, to update your installed version to the latest release:
------------------- pip install -u myspokenlanguagedetection ---------------------------------

Recording files must be 15 secs or longer of audio and in *.wav PCM/LPCM format, recorded at 48 kHz
sample frame and 24-32 bits of resolution or AIFF, AIFF-C, FLAC: must be native FLAC format;
OGG-FLAC is not supported.

please check out https://github.com/Shahabks/myspokenlanguageid

myspokenlanguagedetection was developed by MYOLUTIONS Lab in Japan. It is part of New Generation of
Voice Recognition and Acoustic & Language modeling Project in MYSOLUTIONS Lab. That is planned to
enrich the functionality of myspokenlanguagedetection by adding more advanced functions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

myspokenlanguagedetection-4.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

myspokenlanguagedetection-4-py3-none-any.whl (27.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page