|
|
hace 1 año | |
|---|---|---|
| .. | ||
| academic_recipe | hace 2 años | |
| images | hace 2 años | |
| installation | hace 1 año | |
| m2met2 | hace 2 años | |
| modelscope_pipeline | hace 2 años | |
| reference | hace 2 años | |
| Makefile | hace 2 años | |
| README.md | hace 2 años | |
| conf.py | hace 2 años | |
| egs_modelscope | hace 2 años | |
| funasr | hace 2 años | |
| index.rst | hace 2 años | |
| make.bat | hace 2 años | |
| runtime | hace 2 años | |
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.