index.rst 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. Overview
  10. ============================================================
  11. .. image:: ./images/funasr_overview.png
  12. .. toctree::
  13. :maxdepth: 1
  14. :caption: Installation
  15. ./installation.md
  16. ./docker.md
  17. .. toctree::
  18. :maxdepth: 1
  19. :caption: Academic Egs
  20. ./academic_recipe/asr_recipe.md
  21. ./academic_recipe/punc_recipe.md
  22. ./academic_recipe/vad_recipe.md
  23. ./academic_recipe/sv_recipe.md
  24. ./academic_recipe/sd_recipe.md
  25. .. toctree::
  26. :maxdepth: 1
  27. :caption: ModelScope Egs
  28. ./modescope_pipeline/quick_start.md
  29. ./modescope_pipeline/asr_pipeline.md
  30. ./modescope_pipeline/vad_pipeline.md
  31. ./modescope_pipeline/punc_pipeline.md
  32. ./modescope_pipeline/tp_pipeline.md
  33. ./modescope_pipeline/sv_pipeline.md
  34. ./modescope_pipeline/sd_pipeline.md
  35. .. toctree::
  36. :maxdepth: 1
  37. :caption: Huggingface Egs
  38. Undo
  39. .. toctree::
  40. :maxdepth: 1
  41. :caption: Model Zoo
  42. ./modelscope_models.md
  43. ./huggingface_models.md
  44. .. toctree::
  45. :maxdepth: 1
  46. :caption: Runtime and Service
  47. ./runtime/export.md
  48. ./runtime/onnxruntime_python.md
  49. ./runtime/onnxruntime_cpp.md
  50. ./runtime/libtorch_python.md
  51. ./runtime/grpc_python.md
  52. ./runtime/grpc_cpp.md
  53. ./runtime/websocket_python.md
  54. .. toctree::
  55. :maxdepth: 1
  56. :caption: Benchmark and Leadboard
  57. ./benchmark/benchmark_onnx.md
  58. ./benchmark/benchmark_onnx_cpp.md
  59. ./benchmark/benchmark_libtorch.md
  60. .. toctree::
  61. :maxdepth: 1
  62. :caption: Funasr Library
  63. ./build_task.md
  64. .. toctree::
  65. :maxdepth: 1
  66. :caption: Papers
  67. ./papers.md
  68. .. toctree::
  69. :maxdepth: 1
  70. :caption: Application
  71. ./application.md
  72. .. toctree::
  73. :maxdepth: 1
  74. :caption: FQA
  75. ./FQA.md
  76. Indices and tables
  77. ==================
  78. * :ref:`genindex`
  79. * :ref:`modindex`
  80. * :ref:`search`