index.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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: Installation:
  12. ./installation.md
  13. .. toctree::
  14. :maxdepth: 1
  15. :caption: Tutorial:
  16. ./get_started.md
  17. ./build_task.md
  18. .. toctree::
  19. :maxdepth: 1
  20. :caption: ModelScope:
  21. ./modelscope_models.md
  22. ./modelscope_usages.md
  23. .. toctree::
  24. :maxdepth: 1
  25. :caption: Papers:
  26. ./papers.md
  27. Indices and tables
  28. ==================
  29. * :ref:`genindex`
  30. * :ref:`modindex`
  31. * :ref:`search`