FunASR/docs
2023-05-05 16:44:53 +08:00
..
academic_recipe docs 2023-04-21 15:32:34 +08:00
benchmark onnx cpp benchmark 2023-04-21 20:53:03 +08:00
images readme 2023-04-23 13:29:52 +08:00
m2met2 update readme 2023-04-25 17:23:12 +08:00
m2met2_cn update readme 2023-04-25 17:23:12 +08:00
modelscope_pipeline add docs/modelscope_pipeline/itn_pipeline.md 2023-05-05 15:33:47 +08:00
runtime websocket docs 2023-04-29 01:03:41 +08:00
application.md docs 2023-04-20 18:28:40 +08:00
build_task.md update docs 2023-02-23 14:59:14 +08:00
conf.py update version 0.1.6 2023-01-16 18:53:59 +08:00
docker.md docs 2023-04-21 10:45:16 +08:00
FQA.md docs 2023-04-19 23:38:48 +08:00
huggingface_models.md docs 2023-04-22 22:11:31 +08:00
index.rst websocket docs 2023-04-29 01:03:41 +08:00
installation.md install funasr and modelscope on mac m1 chip 2023-04-23 20:09:20 +08:00
make.bat update version 0.1.6 2023-01-16 18:53:59 +08:00
Makefile update version 0.1.6 2023-01-16 18:53:59 +08:00
modelscope_models.md Merge pull request #460 from alibaba-damo-academy/dev_zc 2023-05-05 15:50:57 +08:00
papers.md docs 2023-04-18 13:21:41 +08:00
README.md update repo 2023-05-05 16:44:53 +08:00

FunASR document generation

Generate HTML

For convenience, we provide users with the ability to generate local HTML manually.

First, you should install the following packages, which is required for building HTML:

conda activate funasr
pip install requests sphinx nbsphinx sphinx_markdown_tables sphinx_rtd_theme recommonmark

Then you can generate HTML manually.

cd FunASR/docs
make html

The generated files are all contained in the "FunASR/docs/_build" directory. You can access the FunASR documentation by simply opening the "html/index.html" file in your browser from this directory.~~