fanhuafeng / sherpa-ncnn

Real-time speech recognition using next-gen Kaldi with ncnn without Internet connection. Support iOS, Android, Raspberry Pi, etc.

Home Page:https://k2-fsa.github.io/sherpa/ncnn/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

You can use sherpa-ncnn for real-time speech recognition (i.e., speech-to-text) on

  • Linux
  • macOS
  • Windows
  • Embedded Linux (32-bit arm and 64-bit aarch64)
  • Android
  • etc ...

We support all platforms that ncnn supports.

Everything can be compiled from source with static link. The generated executable depends only on system libraries.

HINT: It does not depend on PyTorch or any other inference frameworks other than ncnn.

Please see the documentation https://k2-fsa.github.io/sherpa/ncnn/index.html for installation and usages, e.g.,

  • How to build an Android app
  • How to download and use pre-trained models

We provide a few YouTube videos for demonstration about real-time speech recognition with sherpa-ncnn using a microphone:

See also https://github.com/k2-fsa/sherpa

About

Real-time speech recognition using next-gen Kaldi with ncnn without Internet connection. Support iOS, Android, Raspberry Pi, etc.

https://k2-fsa.github.io/sherpa/ncnn/index.html

License:Apache License 2.0


Languages

Language:C++ 58.6%Language:CMake 12.8%Language:Swift 8.8%Language:Shell 6.7%Language:Python 5.7%Language:Kotlin 2.7%Language:C 2.5%Language:HTML 1.4%Language:CSS 0.6%Language:Objective-C 0.2%