Coder Social home page Coder Social logo

article-accent-recognition's Introduction

On the Analysis of French Phonetic Idiosyncrasies for Accent Recognition

With the spirit of reproducible research, this repository contains codes required to produce the results in the manuscript:

P. Berjon, A. Nag, and S. Dev, On the Analysis of French Phonetic Idiosyncrasies for Accent Recognition, Soft Computing Letters, 2021.

Please cite the above paper if you intent to use whole/part of the code. This code is only for academic and research purposes.

picture

Spectrogram of an English sample.

Code Organization

All codes are written in python3.

Dependencies

The following libraries should be installed before the execution of the codes.

  • numpy: pip install numpy
  • matplotlib: pip install matplotlib
  • opencv-python 4.3.0.36: pip install opencv-python
  • cv2: pip install cv2
  • tqdm: pip install tqdm
  • pycm: pip install pycm

Data

The audio samples can be found here : https://www.kaggle.com/rtatman/speech-accent-archive. GitHub doesn't allow me to give you all the spectrogram files generated, so I decided to give you at max 100 of each accent as an example. If you need all of it, feel free to use the dataset of spectrograms present on my personal Kaggle profile : https://www.kaggle.com/pberjon/accent-data.

Scripts

Each Python Notebook gives one contribution of the article (and one model I have used):

  • accentrecognitionsvm.ipynb : the SVM
  • accentrecognitioncnn2.ipynb : the 2-layer CNN
  • accentrecognitioncnn4.ipynb : the 4-layer CNN

article-accent-recognition's People

Contributors

pberjon avatar

Stargazers

Jeff Snow 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.