index.rst 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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/installation.md
  16. ./installation/docker.md
  17. .. toctree::
  18. :maxdepth: 5
  19. :caption: Quick Start
  20. ./funasr/quick_start.md
  21. .. toctree::
  22. :maxdepth: 1
  23. :caption: Academic Egs
  24. ./academic_recipe/asr_recipe.md
  25. ./academic_recipe/punc_recipe.md
  26. ./academic_recipe/vad_recipe.md
  27. ./academic_recipe/sv_recipe.md
  28. ./academic_recipe/sd_recipe.md
  29. .. toctree::
  30. :maxdepth: 1
  31. :caption: ModelScope Egs
  32. ./modelscope_pipeline/quick_start.md
  33. ./modelscope_pipeline/asr_pipeline.md
  34. ./modelscope_pipeline/vad_pipeline.md
  35. ./modelscope_pipeline/punc_pipeline.md
  36. ./modelscope_pipeline/tp_pipeline.md
  37. ./modelscope_pipeline/sv_pipeline.md
  38. ./modelscope_pipeline/sd_pipeline.md
  39. ./modelscope_pipeline/itn_pipeline.md
  40. .. toctree::
  41. :maxdepth: 1
  42. :caption: Huggingface Egs
  43. Undo
  44. .. toctree::
  45. :maxdepth: 1
  46. :caption: Model Zoo
  47. ./model_zoo/modelscope_models.md
  48. ./model_zoo/huggingface_models.md
  49. .. toctree::
  50. :maxdepth: 1
  51. :caption: Runtime and Service
  52. ./funasr/export/README.md
  53. ./funasr/runtime/python/onnxruntime/README.md
  54. ./funasr/runtime/python/websocket/README.md
  55. ./funasr/runtime/websocket/readme.md
  56. ./funasr/runtime/html5/readme.md
  57. ./funasr/runtime/python/libtorch/README.md
  58. .. toctree::
  59. :maxdepth: 1
  60. :caption: Benchmark and Leaderboard
  61. ./benchmark/benchmark_onnx.md
  62. ./benchmark/benchmark_onnx_cpp.md
  63. ./benchmark/benchmark_libtorch.md
  64. ./benchmark/benchmark_pipeline_cer.md
  65. .. toctree::
  66. :maxdepth: 1
  67. :caption: Funasr Library
  68. ./reference/build_task.md
  69. .. toctree::
  70. :maxdepth: 1
  71. :caption: Papers
  72. ./reference/papers.md
  73. .. toctree::
  74. :maxdepth: 1
  75. :caption: Application
  76. ./reference/application.md
  77. .. toctree::
  78. :maxdepth: 1
  79. :caption: FQA
  80. ./reference/FQA.md
  81. Indices and tables
  82. ==================
  83. * :ref:`genindex`
  84. * :ref:`modindex`
  85. * :ref:`search`