Няма описание

Fangjun Kuang 4a5b459941 Optimize modified_beam_search (#98) преди 2 години
.github 08a5da941d build sherpa-ncnn as a framework for ios (#86) преди 2 години
android 2e78bbf587 Support endpoint detection in Python (#56) преди 2 години
c-api-examples 9011180512 Add C API (#85) преди 2 години
cmake 6b7072b3d9 Pack all sources into a single tar for embedded systems (#96) преди 2 години
ios-swift 5c5b6195a5 Migrate from framework to xcframework in order to support Apple Silicon (#90) преди 2 години
python-api-examples 9011180512 Add C API (#85) преди 2 години
scripts 78ce6f6233 Add CI test and refactor the code a bit. (#4) преди 2 години
sherpa-ncnn 4a5b459941 Optimize modified_beam_search (#98) преди 2 години
swift-api-examples bf6f0051ee Use xcframework for swift API (#94) преди 2 години
toolchains 5c5b6195a5 Migrate from framework to xcframework in order to support Apple Silicon (#90) преди 2 години
.clang-format 78ce6f6233 Add CI test and refactor the code a bit. (#4) преди 2 години
.gitignore 5c5b6195a5 Migrate from framework to xcframework in order to support Apple Silicon (#90) преди 2 години
CMakeLists.txt 4a5b459941 Optimize modified_beam_search (#98) преди 2 години
CPPLINT.cfg 78ce6f6233 Add CI test and refactor the code a bit. (#4) преди 2 години
LICENSE 3185205428 First commit преди 2 години
MANIFEST.in 2b5300e975 Add Python API (#47) преди 2 години
README.md 2e78bbf587 Support endpoint detection in Python (#56) преди 2 години
build-aarch64-linux-gnu.sh 533a44c25a Support windows x86 (#84) преди 2 години
build-android-arm64-v8a-with-vulkan.sh 6b7072b3d9 Pack all sources into a single tar for embedded systems (#96) преди 2 години
build-android-arm64-v8a.sh 6b7072b3d9 Pack all sources into a single tar for embedded systems (#96) преди 2 години
build-android-armv7-eabi.sh 6b7072b3d9 Pack all sources into a single tar for embedded systems (#96) преди 2 години
build-android-x86-64.sh 6b7072b3d9 Pack all sources into a single tar for embedded systems (#96) преди 2 години
build-arm-linux-gnueabihf.sh 6c8cff9580 Disble portaudio for cross-compiling (#79) преди 2 години
build-ios.sh 7a5f80edc4 fix building for iOS (#92) преди 2 години
build-m3axpi.sh 6b7072b3d9 Pack all sources into a single tar for embedded systems (#96) преди 2 години
build-swift-macos.sh bf6f0051ee Use xcframework for swift API (#94) преди 2 години
install-vulkan-macos.md d5dd41a7e2 Support building android app (#37) преди 2 години
pack-for-embedded-systems.sh 6b7072b3d9 Pack all sources into a single tar for embedded systems (#96) преди 2 години
setup.py df9ae1ff84 Publish to PyPI (#48) преди 2 години

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