index.rst 1.1 KB

12345678910111213141516171819202122232425262728293031
  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 hopes to build a bridge between academic research and industrial applications on speech recognition. By supporting the training & finetuning of the industrial-grade speech recognition model released on `ModelScope <https://www.modelscope.cn/models?page=1&tasks=auto-speech-recognition>`_, researchers and developers can conduct research and production of speech recognition models more conveniently, and promote the development of speech recognition ecology. ASR for Fun!
  9. .. toctree::
  10. :maxdepth: 1
  11. :caption: Tutorial:
  12. ./installation.md
  13. ./papers.md
  14. ./get_started.md
  15. .. toctree::
  16. :maxdepth: 1
  17. :caption: ModelScope:
  18. ./modelscope_models.md
  19. Indices and tables
  20. ==================
  21. * :ref:`genindex`
  22. * :ref:`modindex`
  23. * :ref:`search`