|
|
il y a 1 an | |
|---|---|---|
| .. | ||
| academic_recipe | il y a 2 ans | |
| images | il y a 2 ans | |
| installation | il y a 1 an | |
| m2met2 | il y a 2 ans | |
| modelscope_pipeline | il y a 2 ans | |
| reference | il y a 2 ans | |
| Makefile | il y a 2 ans | |
| README.md | il y a 2 ans | |
| conf.py | il y a 2 ans | |
| egs_modelscope | il y a 2 ans | |
| funasr | il y a 2 ans | |
| index.rst | il y a 2 ans | |
| make.bat | il y a 2 ans | |
| runtime | il y a 2 ans | |
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:
pip3 install -U "funasr[docs]"
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.