index.rst 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. ./asr_recipe.md
  17. ./sv_recipe.md
  18. ./punc_recipe.md
  19. ./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. ./export.md
  28. ./onnxruntime_python.md
  29. ./onnxruntime_cpp.md
  30. ./libtorch_python.md
  31. ./grpc_python.md
  32. ./grpc_cpp.md
  33. ./websocket_python.md
  34. .. toctree::
  35. :maxdepth: 1
  36. :caption: ModelScope pipeline
  37. ./modelscope_models.md
  38. ./modelscope_usages.md
  39. .. toctree::
  40. :maxdepth: 1
  41. :caption: Papers
  42. ./papers.md
  43. Indices and tables
  44. ==================
  45. * :ref:`genindex`
  46. * :ref:`modindex`
  47. * :ref:`search`