index.rst 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. ../funasr/export/README.md
  23. ../funasr/runtime/python/onnxruntime/README.md
  24. ../funasr/runtime/python/libtorch/README.md
  25. ../funasr/runtime/onnxruntime/readme.md
  26. ../funasr/runtime/grpc/Readme.md
  27. .. toctree::
  28. :maxdepth: 1
  29. :caption: ModelScope pipeline:
  30. ./modelscope_models.md
  31. ./modelscope_usages.md
  32. .. toctree::
  33. :maxdepth: 1
  34. :caption: Papers:
  35. ./papers.md
  36. Indices and tables
  37. ==================
  38. * :ref:`genindex`
  39. * :ref:`modindex`
  40. * :ref:`search`