Giter Club home page Giter Club logo

speech_language_impairment_detection's Introduction

Speech Language Impairment Detection in childrens

Set up

For running the code locally you'll need python and jupyter lab. However we recommend using colab as it already has the setup.

File description

  • data_processing.ipynb: This file is used for data visualization and extracting various spectrogram features from the speech.
  • baseline.ipynb: This file contains the code for training baseline models such as XGboost adnd Naive Bayes over the spectrogram features. For XGboost feature importance can alos be visualized.
  • wav2vec.ipynb: This file contains code for extracting wav2vec features from the speech. Further a Multi Layer Perceptron is trained on top of the extracted Wave2Vec features.
  • PhoneticClassifier.ipynb: This file contains code for training a CNN architecture on the spectogram of speech. As a proof of concept the model is trained on speech signals containing sh phonemes. Multiple phonetic graders can be trained on different phonemes. The output of these phonetic graders can then be ensembled to get fina verdict.

Results

Model Sensitivity(%) Specificity (%) Accuracy (%)
XGBoost 63 98 89
Naive Bayes 42 84 74
Multilayer perceptron (MLP) 81 55 61
Wav2vec + MLP 52 93 83
Wav2vec + MLP + SMOTE 73 83 80

References

XGboost - https://xgboost.readthedocs.io/en/stable/
Wav2vec - https://huggingface.co/docs/transformers/model_doc/wav2vec2
Scikit-learn: Machine Learning in Python, Pedregosa et al., JMLR 12, pp. 2825-2830, 2011.
Librosa - https://librosa.org/
pickle - for saving data https://docs.python.org/3/library/pickle.html

speech_language_impairment_detection's People

Contributors

vthewise avatar multitude00999 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.