Skip to content

Commit

Permalink
Add Android APKs for speaker identification. (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Jan 23, 2024
1 parent 312fd58 commit bd0047c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ jobs:
cd huggingface
./generate-tts.py
./generate-tts-engine.py
./generate-speaker-identification.py
mv -v apk.html ../build/html/onnx/tts/
mv -v apk-engine.html ../build/html/onnx/tts/
mv -v apk-speaker-identification.html ../build/html/onnx/speaker-identification/apk.html
cd ..
rm -rf huggingface
Expand Down
6 changes: 6 additions & 0 deletions docs/source/onnx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ Also, we show how to use it for speech recognition with pre-trained models.
./kws/index
./pretrained_models/index

.. toctree::
:maxdepth: 5
:caption: Speaker Identification

./speaker-identification/index

.. toctree::
:maxdepth: 5
:caption: tts
Expand Down
16 changes: 16 additions & 0 deletions docs/source/onnx/speaker-identification/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Speaker Identification
======================

This page describes how to use `sherpa-onnx`_ for speaker identification.

Please first follow :ref:`install_sherpa_onnx` and/or :ref:`install_sherpa_onnx_python`
to install `sherpa-onnx`_ before you continue.


Pre-trained models can be found at `<https://github.com/k2-fsa/sherpa-onnx/releases/tag/speaker-recongition-models>`_

.. hint::

You can find Android APKs for each model at the following page

`<https://k2-fsa.github.io/sherpa/onnx/speaker-identification/apk.html>`_

0 comments on commit bd0047c

Please sign in to comment.