Giter Club home page Giter Club logo

lid_kaldi's Introduction

Spoken Language Recognition based on Kaldi

Linux installation

  1. Use pip to install corresponding to your platform whl package from https://github.com/igorsitdikov/lid_kaldi/releases

Example:

pip3 install https://github.com/igorsitdikov/lid_kaldi/releases/download/1.0.1/lid-1.0.1-py3-none-linux_x86_64.whl
  1. Download lid-model.tar.xz model from https://github.com/igorsitdikov/lid_kaldi/releases and unpack to your project folder
wget https://github.com/igorsitdikov/lid_kaldi/releases/download/1.0.1/lid-model.tar.xz
tar -xvf lid-model.tar.xz
  1. Run example script (not required)
wget https://github.com/igorsitdikov/lid_kaldi/raw/master/python/example/test_simple.py
wget https://github.com/igorsitdikov/lid_kaldi/raw/master/python/example/test_ru.wav
python3 test_simple.py test_ru.wav

lid_kaldi's People

Contributors

igorsitdikov avatar s-chizhik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

lid_kaldi's Issues

Training & languages

If I wanted to add new languages to this program, or train the ones already present, how would I have to do it?

Also, you should update the link at the first instruction - I had to replace "latest" for "1.0.1" so I could download it.

SRE16 recipe

Hi,
I would like to know for including new language, should sre16 recipe be started from beginning ie., stage 0 or should x-vector extraction followed by plda-adopt will be sufficient?
I am planning to use SRE16 models available: https://kaldi-asr.org/models/m3.. so plz guide me for addition of new language with which stage should I begin with?

Thanks & Regards

Build a LID model

Hi!

I already built and save the model (consists of cpkt files) using SpeechBrain. How can I compile it to a LID model same as yours?

Cannot find header files

When I try to make liblid.so file using make it gives me error

In file included from kaldi_recognizer.cc:15:
kaldi_recognizer.h:15:10: fatal error: base/kaldi-common.h: No such file or directory
   15 | #include "base/kaldi-common.h"
      |          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.

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.