Home

Awesome

<img height="23" src="https://github.com/lh9171338/Outline/blob/master/icon.jpg"/> lh-webtool

This is a web tool package.

Updates

Tools

Install

git clone https://github.com/lh9171338/lh-webtool.git

cd lh-webtool

python -m build

pip install dist/lh_webtool-1.3.0-py3-none-any.whl
# install base
pip install lh_webtool

# install with specific dependencies, support: [huggingface]
pip install lh_webtool[huggingface]

# install with all dependencies
pip install lh_webtool[all]