index.rst 1.1 KB

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