Giter Site home page Giter Site logo

ishine / kaldi-serve Goto Github PK

View Code? Open in Web Editor NEW

This project forked from skit-ai/kaldi-serve

0.0 1.0 0.0 19.16 MB

Server framework for Kaldi ASR Toolkit

License: Apache License 2.0

Dockerfile 3.77% Makefile 2.75% Python 25.68% C++ 57.40% Emacs Lisp 0.07% CMake 2.28% Shell 4.85% Go 3.20%

kaldi-serve's Introduction

Kaldi-Serve

GitHub tag (latest by date) GitHub

A plug-and-play abstraction over Kaldi ASR toolkit, designed for ease of deployment and optimal runtime performance.

Key Features:

  • Real-time streaming (uni & bi-directional) audio recognition.
  • Thread-safe concurrent Decoder queue for server environments.
  • RNNLM lattice rescoring.
  • N-best alternatives with AM/LM costs, word-level timings and confidence scores.
  • Easy extensibility for custom applications.

Installation

Dependencies

Make sure you have the following dependencies installed on your system before beginning the build process:

Build from Source

Let's build the shared library:

cd build/
cmake ..
make -j${nproc}

You will find the the built shared library in build/src/ to use for linking against custom applications.

Python bindings

We also provide python bindings for the library. You can find the build instructions here.

Docker Image

Using pre-built images

You can also pull a pre-built docker image from our Docker Hub repository:

docker pull vernacularai/kaldi-serve:latest
docker run -it -v /path/to/my/app:/home/app vernacularai/kaldi-serve:latest

You will find our headers in /usr/include/kaldiserve and the shared library libkaldiserve.so in /usr/local/lib.

Building the image

You can build the docker image using the Dockerfile provided.

docker build -t kaldi-serve:lib .

Getting Started

Usage

You can include the headers and link the shared library you get after the build process, against your application and start using it.

Plugins

It's also worth noting that there are a few plugins we actively maintain and will keep adding to, that use the library:

License

This project is licensed under the Apache License version 2.0. Please see LICENSE for more details.

kaldi-serve's People

Contributors

anurag145 avatar deep110 avatar janaab11 avatar lepisma avatar mithunarunan avatar pskrunner14 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.