在线应用(可能会无法使用, 需要点击激活)
-
Install the requirements
$ pip install -r requirements.txt
-
run corrector model service
(注意修改自己的配置)
.streamlit
cp secrets.toml.example secrets.toml
run 模型服务
$ pip install -r model_requirements.txt $ pip install git+https://github.com/smartmark-pro/pycorrector.git@feature-better-bart $ python run_correct_service.py
-
Run the app
$ streamlit run streamlit_app.py