Spoken-Language-Identification icon indicating copy to clipboard operation
Spoken-Language-Identification copied to clipboard

Implement a GRU/LSTM model using Keras, and train it to classify the languages using MFCC features

Results 9 Spoken-Language-Identification issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.13.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Added functionality to extrect MFCCs automatically from all available .wav files. Added option to toggle out feature extraction

english_mfcc = np.array([]).reshape(0, num_mfcc_features) for file in glob.glob(codePath + 'english/*.npy'): at this line you used .npy what this mean can u share it and tell how u created it.

i am getting error could please tell me how correct it ValueError Traceback (most recent call last) in () 93 del list_mandarin_mfcc 94 ---> 95 X_train, X_val, Y_train, Y_val =...

I am trying to make a simple api where people can give an input speech and gets the output language identification class as result. I created a dataset where all...

Bumps [keras](https://github.com/keras-team/keras) from 2.2.4 to 2.13.1. Release notes Sourced from keras's releases. Keras Release 2.13.1 What's Changed Fix timeseries_dataset_from_array counts when sequence_stride > 1 by @​basjacobs93 in keras-team/keras#17396 Fix doc...

dependencies

Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.20.1 to 1.5.0. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.5.0 We're happy to announce the 1.5.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html and...

dependencies