游雁 f97b8abdf9 docs 2 лет назад
..
academic_recipe af3f3dd5fd update repo 2 лет назад
benchmark f97b8abdf9 docs 2 лет назад
images 9972a12e02 dingding talk 2 лет назад
installation 0630e3f4b5 docs install 2 лет назад
m2met2 3cc7403b68 update m2met2 doc & baseline (#675) 2 лет назад
m2met2_cn 3cc7403b68 update m2met2 doc & baseline (#675) 2 лет назад
model_zoo 7aef7ebbc1 docs 2 лет назад
modelscope_pipeline 1fadb21eb6 docs 2 лет назад
reference 0eb6318fc3 docs 2 лет назад
runtime 794316c537 dcos 2 лет назад
Makefile 8b3e0e52c5 update github.io page 2 лет назад
README.md 5f602de8b6 docs 2 лет назад
conf.py 9ec68fe1bc add github.io page 2 лет назад
index.rst 364113a967 leaderboardIO 2 лет назад
make.bat 9ec68fe1bc add github.io page 2 лет назад

README.md

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 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.