No Description

yujinqiu 5c5b6195a5 Migrate from framework to xcframework in order to support Apple Silicon (#90) 2 years ago
.github 08a5da941d build sherpa-ncnn as a framework for ios (#86) 2 years ago
android 2e78bbf587 Support endpoint detection in Python (#56) 2 years ago
c-api-examples 9011180512 Add C API (#85) 2 years ago
cmake 533a44c25a Support windows x86 (#84) 2 years ago
ios-swift 5c5b6195a5 Migrate from framework to xcframework in order to support Apple Silicon (#90) 2 years ago
python-api-examples 9011180512 Add C API (#85) 2 years ago
scripts 78ce6f6233 Add CI test and refactor the code a bit. (#4) 2 years ago
sherpa-ncnn 08a5da941d build sherpa-ncnn as a framework for ios (#86) 2 years ago
swift-api-examples 08a5da941d build sherpa-ncnn as a framework for ios (#86) 2 years ago
toolchains 5c5b6195a5 Migrate from framework to xcframework in order to support Apple Silicon (#90) 2 years ago
.clang-format 78ce6f6233 Add CI test and refactor the code a bit. (#4) 2 years ago
.gitignore 5c5b6195a5 Migrate from framework to xcframework in order to support Apple Silicon (#90) 2 years ago
CMakeLists.txt 08a5da941d build sherpa-ncnn as a framework for ios (#86) 2 years ago
CPPLINT.cfg 78ce6f6233 Add CI test and refactor the code a bit. (#4) 2 years ago
Info.plist 08a5da941d build sherpa-ncnn as a framework for ios (#86) 2 years ago
LICENSE 3185205428 First commit 2 years ago
MANIFEST.in 2b5300e975 Add Python API (#47) 2 years ago
README.md 2e78bbf587 Support endpoint detection in Python (#56) 2 years ago
build-aarch64-linux-gnu.sh 533a44c25a Support windows x86 (#84) 2 years ago
build-android-arm64-v8a-with-vulkan.sh 3927c01b2a Exit on error when building (#81) 2 years ago
build-android-arm64-v8a.sh 3927c01b2a Exit on error when building (#81) 2 years ago
build-android-armv7-eabi.sh 3927c01b2a Exit on error when building (#81) 2 years ago
build-android-x86-64.sh 3927c01b2a Exit on error when building (#81) 2 years ago
build-arm-linux-gnueabihf.sh 6c8cff9580 Disble portaudio for cross-compiling (#79) 2 years ago
build-ios.sh 5c5b6195a5 Migrate from framework to xcframework in order to support Apple Silicon (#90) 2 years ago
build-swift-macos.sh 08a5da941d build sherpa-ncnn as a framework for ios (#86) 2 years ago
install-vulkan-macos.md d5dd41a7e2 Support building android app (#37) 2 years ago
setup.py df9ae1ff84 Publish to PyPI (#48) 2 years ago

README.md

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