index.rst 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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: Define Model
  23. ./build_task.md
  24. .. toctree::
  25. :maxdepth: 1
  26. :caption: Runtime
  27. ./runtime/export.md
  28. ./runtime/onnxruntime_python.md
  29. ./runtime/onnxruntime_cpp.md
  30. ./runtime/libtorch_python.md
  31. ./runtime/grpc_python.md
  32. ./runtime/grpc_cpp.md
  33. ./runtime/websocket_python.md
  34. .. toctree::
  35. :maxdepth: 1
  36. :caption: Model Zoo
  37. ./modelscope_models.md
  38. ./huggingface_models.md
  39. .. toctree::
  40. :maxdepth: 1
  41. :caption: ModelScope pipeline
  42. ./modescope_pipeline/quick_start.md
  43. ./modescope_pipeline/asr_pipeline.md
  44. ./modescope_pipeline/vad_pipeline.md
  45. ./modescope_pipeline/punc_pipeline.md
  46. ./modescope_pipeline/sv_pipeline.md
  47. .. toctree::
  48. :maxdepth: 1
  49. :caption: Papers
  50. ./papers.md
  51. Indices and tables
  52. ==================
  53. * :ref:`genindex`
  54. * :ref:`modindex`
  55. * :ref:`search`