Coder Social home page Coder Social logo

spokenlanguagedetection's Introduction

SpokenLanguageDetection

Deep Learning Project - Spoken Language Detection (English, French, and German)

Name - Bhaskar Sharma

The deep learning project will be able to identify languages (between English, German, and French) based on speech.

It may be extended later to include more languages.

Dataset used: https://www.kaggle.com/datasets/toponowicz/spoken-language-identification

How to run the code:-

To run the code, we need to install several Python libraries:

Pandas: For data manipulation and analysis. NumPy: For numerical computing. Matplotlib: For creating visualizations. Scipy: we are using wavfile from scipy.io to read WAV files. python_speech_features: For extracting features from speech signals. Librosa: Another library for audio and music analysis. Keras: For building and training neural networks. We are using Keras layers and models. Scikit-learn: For machine learning tasks. We are using compute_class_weight from sklearn.utils.class_weight. TQDM: For adding progress bars to loops.

We can install the libraries by running: pip install pandas numpy matplotlib scipy python_speech_features librosa keras scikit-learn tqdm

As in the current condition, the small_dataset folder can be used to create a small dataset to train the model on.

The bigger dataset (complete dataset) can be in the following order: (Optional) Reducing the size of the dataset by using the ReduceDataset script. Executing FlacToWav script to convert the Flac files to wav files, so they are easier to process. Then using the CreateCSV script to create the csv for the new wav folder.

The data.csv file corresponds to the small_dataset folder.

spokenlanguagedetection's People

Contributors

capnspek 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.