index.rst 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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: Recipe
  16. ./recipe/asr_recipe.md
  17. ./recipe/sv_recipe.md
  18. ./recipe/punc_recipe.md
  19. ./recipe/vad_recipe.md
  20. .. toctree::
  21. :maxdepth: 1
  22. :caption: Custom Your Model
  23. ./build_task.md
  24. .. toctree::
  25. :maxdepth: 1
  26. :caption: Model Zoo
  27. ./modelscope_models.md
  28. ./huggingface_models.md
  29. .. toctree::
  30. :maxdepth: 1
  31. :caption: ModelScope pipeline
  32. ./modescope_pipeline/quick_start.md
  33. ./modescope_pipeline/asr_pipeline.md
  34. ./modescope_pipeline/vad_pipeline.md
  35. ./modescope_pipeline/punc_pipeline.md
  36. ./modescope_pipeline/sv_pipeline.md
  37. .. toctree::
  38. :maxdepth: 1
  39. :caption: Runtime
  40. ./runtime/export.md
  41. ./runtime/onnxruntime_python.md
  42. ./runtime/onnxruntime_cpp.md
  43. ./runtime/libtorch_python.md
  44. ./runtime/grpc_python.md
  45. ./runtime/grpc_cpp.md
  46. ./runtime/websocket_python.md
  47. .. toctree::
  48. :maxdepth: 1
  49. :caption: Papers
  50. ./papers.md
  51. .. toctree::
  52. :maxdepth: 1
  53. :caption: API Reference
  54. Indices and tables
  55. ==================
  56. * :ref:`genindex`
  57. * :ref:`modindex`
  58. * :ref:`search`