|
|
1 år sedan | |
|---|---|---|
| .. | ||
| academic_recipe | 2 år sedan | |
| images | 2 år sedan | |
| installation | 1 år sedan | |
| m2met2 | 2 år sedan | |
| modelscope_pipeline | 2 år sedan | |
| reference | 2 år sedan | |
| Makefile | 2 år sedan | |
| README.md | 2 år sedan | |
| conf.py | 2 år sedan | |
| egs_modelscope | 2 år sedan | |
| funasr | 2 år sedan | |
| index.rst | 2 år sedan | |
| make.bat | 2 år sedan | |
| runtime | 2 år sedan | |
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.