FunASR/docs
zhifu gao a7bc099548
Dev gzf exp (#1705)
* resume from step

* batch

* batch

* batch

* batch

* batch

* batch

* batch

* batch

* batch

* batch

* batch

* batch

* batch

* batch

* batch

* train_loss_avg train_acc_avg

* train_loss_avg train_acc_avg

* train_loss_avg train_acc_avg

* log step

* wav is not exist

* wav is not exist

* decoding

* decoding

* decoding

* wechat

* decoding key

* decoding key

* decoding key

* decoding key

* decoding key

* Gcf (#1704)

* 添加富文本解码约束

* special token

* bug fix

* fix

---------

Co-authored-by: 常材 <gaochangfeng.gcf@alibaba-inc.com>

* decoding key

---------

Co-authored-by: 常材 <gaochangfeng.gcf@alibaba-inc.com>
2024-05-08 17:32:36 +08:00
..
images Dev gzf exp (#1705) 2024-05-08 17:32:36 +08:00
installation docs: update docker tag (#1227) 2024-01-09 10:57:03 +08:00
m2met2 Dev gzf exp (#1654) 2024-04-24 16:03:38 +08:00
reference docs 2023-09-01 22:46:46 +08:00
tutorial Dev gzf new (#1562) 2024-03-29 12:30:35 +08:00
conf.py Dev gzf exp (#1654) 2024-04-24 16:03:38 +08:00
index.rst docs 2023-11-08 10:38:32 +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
README.md docs 2023-07-20 20:39:11 +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:

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.