| 123456789101112131415161718192021222324252627282930313233 |
- .. Funasr documentation master file, created by
- sphinx-quickstart on Tues Dec 6 19:05:00 2022.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
- FunASR: A Fundamental End-to-End Speech Recognition Toolkit
- ============================================================
- .. image:: ./images/funasr_logo.jpg
- FunASR致力于在语音识别的学术研究和工业应用之间构建起一座桥梁。通过在 `ModelScope <https://www.modelscope.cn/models?page=1&tasks=auto-speech-recognition>`_ 上发布工业级语音识别模型以及支持相关的训练和微调,研究者和开发者们可以更方便地进行语音识别模型的研究和生产,促进语音识别生态的发展。ASR for Fun!
- .. toctree::
- :maxdepth: 1
- :caption: 教程:
- ./installation.md
- ./papers.md
- ./get_started.md
- ./build_task.md
- .. toctree::
- :maxdepth: 1
- :caption: ModelScope:
- ./modelscope_models.md
- ./modelscope_usages.md
- Indices and tables
- ==================
- * :ref:`genindex`
- * :ref:`modindex`
- * :ref:`search`
|