Açıklama Yok

Fangjun Kuang 3d48f0ebb0 Add examples for Golang api (#244) 2 yıl önce
.github 3d48f0ebb0 Add examples for Golang api (#244) 2 yıl önce
android 95fe746925 Build APKs on releasing a new version (#209) 2 yıl önce
c-api-examples f2e65da473 Remove max_feature_vectors (#149) 2 yıl önce
cmake 4a0d1d88ee Support pkg-config (#243) 2 yıl önce
dotnet-examples ae52002faf Support .Net (#190) 2 yıl önce
ffmpeg-examples 0ba47330ce FFmpeg: Feed PCM to K2 direclty, without any buffer. (#183) 2 yıl önce
go-api-examples 3d48f0ebb0 Add examples for Golang api (#244) 2 yıl önce
ios-swift b4260f7acf Refactor code (#163) 2 yıl önce
ios-swiftui f12aac47c3 Add SwiftUI demo project (#175) 2 yıl önce
python-api-examples d3ba67e4a9 chinese characters can normal show in console, some (not all) windows systems, sherpa_ncnn.Display() cannot handle the encoding correctly, while python's print works fine. (#214) 2 yıl önce
scripts 3d48f0ebb0 Add examples for Golang api (#244) 2 yıl önce
sherpa-ncnn 3d48f0ebb0 Add examples for Golang api (#244) 2 yıl önce
swift-api-examples b4260f7acf Refactor code (#163) 2 yıl önce
toolchains f9a850c725 Support RISC-V (#213) 2 yıl önce
.clang-format 78ce6f6233 Add CI test and refactor the code a bit. (#4) 2 yıl önce
.gitignore 7ecf28c563 Support cmake for ffmpeg-examples. (#151) 2 yıl önce
CMakeLists.txt 4a0d1d88ee Support pkg-config (#243) 2 yıl önce
CPPLINT.cfg 78ce6f6233 Add CI test and refactor the code a bit. (#4) 2 yıl önce
LICENSE f91cd77f83 Use standard apache 2.0 license (#123) 2 yıl önce
MANIFEST.in 2b5300e975 Add Python API (#47) 2 yıl önce
README.md 2e78bbf587 Support endpoint detection in Python (#56) 2 yıl önce
build-aarch64-linux-gnu.sh 533a44c25a Support windows x86 (#84) 2 yıl önce
build-android-arm64-v8a-with-vulkan.sh 6b7072b3d9 Pack all sources into a single tar for embedded systems (#96) 2 yıl önce
build-android-arm64-v8a.sh 6b7072b3d9 Pack all sources into a single tar for embedded systems (#96) 2 yıl önce
build-android-armv7-eabi.sh 6b7072b3d9 Pack all sources into a single tar for embedded systems (#96) 2 yıl önce
build-android-x86-64.sh 6b7072b3d9 Pack all sources into a single tar for embedded systems (#96) 2 yıl önce
build-android-x86.sh 2878e796a5 build script for android-x86 (#228) 2 yıl önce
build-apk.sh 2878e796a5 build script for android-x86 (#228) 2 yıl önce
build-arm-linux-gnueabihf.sh 6c8cff9580 Disble portaudio for cross-compiling (#79) 2 yıl önce
build-ios.sh 7a5f80edc4 fix building for iOS (#92) 2 yıl önce
build-m3axpi.sh b701bc8daa Fix building on m3axpi (#99) 2 yıl önce
build-riscv64-linux-gnu.sh f9a850c725 Support RISC-V (#213) 2 yıl önce
build-swift-macos.sh da14875cbb Refactor decoding (#132) 2 yıl önce
install-vulkan-macos.md d5dd41a7e2 Support building android app (#37) 2 yıl önce
pack-for-embedded-systems.sh f593f335d6 Use latest master from tencent/ncnn (#215) 2 yıl önce
release.sh 797f1e4243 Release pre-compiled libs for Android and iOS (#181) 2 yıl önce
setup.py df9ae1ff84 Publish to PyPI (#48) 2 yıl önce

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