index.rst 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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: Runtime:
  21. ./export.md
  22. .. toctree::
  23. :maxdepth: 1
  24. :caption: ModelScope pipeline:
  25. ./modelscope_models.md
  26. ./modelscope_usages.md
  27. .. toctree::
  28. :maxdepth: 1
  29. :caption: Papers:
  30. ./papers.md
  31. Indices and tables
  32. ==================
  33. * :ref:`genindex`
  34. * :ref:`modindex`
  35. * :ref:`search`