Vulnerabilities | |||||
---|---|---|---|---|---|
Version | Suggest | Low | Medium | High | Critical |
2.4.0 | 0 | 0 | 0 | 0 | 0 |
2.3.1 | 0 | 0 | 0 | 0 | 0 |
2.3.0 | 0 | 0 | 0 | 0 | 0 |
2.2.0 | 0 | 0 | 0 | 0 | 0 |
2.1.1 | 0 | 0 | 0 | 0 | 0 |
2.1.0 | 0 | 0 | 0 | 0 | 0 |
2.0.4 | 0 | 0 | 0 | 0 | 0 |
2.0.3 | 0 | 0 | 0 | 0 | 0 |
2.0.2 | 0 | 0 | 0 | 0 | 0 |
2.0.1 | 0 | 0 | 0 | 0 | 0 |
2.0.0rc0 | 0 | 0 | 0 | 0 | 0 |
2.0.0b2 | 0 | 0 | 0 | 0 | 0 |
2.0.0b1 | 0 | 0 | 0 | 0 | 0 |
2.0.0b0 | 0 | 0 | 0 | 0 | 0 |
2.0.0 | 0 | 0 | 0 | 0 | 0 |
1.8.3 | 0 | 0 | 0 | 0 | 0 |
1.8.2 | 0 | 0 | 0 | 0 | 0 |
1.8.1 | 0 | 0 | 0 | 0 | 0 |
1.8.0 | 0 | 0 | 0 | 0 | 0 |
1.7.1 | 0 | 0 | 0 | 0 | 0 |
1.7.0 | 0 | 0 | 0 | 0 | 0 |
1.6.2 | 0 | 0 | 0 | 0 | 0 |
1.6.1 | 0 | 0 | 0 | 0 | 0 |
1.6.0 | 0 | 0 | 0 | 0 | 0 |
1.5.4 | 0 | 0 | 0 | 0 | 0 |
1.5.3 | 0 | 0 | 0 | 0 | 0 |
1.5.2 | 0 | 0 | 0 | 0 | 0 |
1.5.1 | 0 | 0 | 0 | 0 | 0 |
1.5.0 | 0 | 0 | 0 | 0 | 0 |
1.4.1 | 0 | 0 | 0 | 0 | 0 |
1.4.0 | 0 | 0 | 0 | 0 | 0 |
1.3.0 | 0 | 0 | 0 | 0 | 0 |
1.2.1 | 0 | 0 | 0 | 0 | 0 |
1.2.0 | 0 | 0 | 0 | 0 | 0 |
1.1.3 | 0 | 0 | 0 | 0 | 0 |
1.1.2 | 0 | 0 | 0 | 0 | 0 |
1.1.1 | 0 | 0 | 0 | 0 | 0 |
1.1.0 | 0 | 0 | 0 | 0 | 0 |
1.0.2 | 0 | 0 | 0 | 0 | 0 |
1.0.1 | 0 | 0 | 0 | 0 | 0 |
1.0.0 | 0 | 0 | 0 | 0 | 0 |
0.5.1 | 0 | 0 | 0 | 0 | 0 |
0.5.0 | 0 | 0 | 0 | 0 | 0 |
0.4.8b0 | 0 | 0 | 0 | 0 | 0 |
0.4.7b0 | 0 | 0 | 0 | 0 | 0 |
0.4.6b0 | 0 | 0 | 0 | 0 | 0 |
0.4.5b0 | 0 | 0 | 0 | 0 | 0 |
0.4.2a0 | 0 | 0 | 0 | 0 | 0 |
0.4.1a0 | 0 | 0 | 0 | 0 | 0 |
0.4.0a0 | 0 | 0 | 0 | 0 | 0 |
2.4.0 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
Apache-1.0 - Apache License 1.0English | 简体中文
🔥2022.08.19: The v2.3.0 version is released 🎉
2022.02.18: Release models to HuggingFace PaddlePaddle Space
For more previous release please refer to PaddleHub Release Note
![]() |
![]() |
![]() |
Wenxin Big Models | Stable_Diffusion series | Disco Diffusion series |
Include ERNIE-ViLG, ERNIE-ViL, ERNIE 3.0 Zeus, supports applications such as text-to-image, writing essays, summarization, couplets, question answering, writing novels and completing text。 | Supports functions such as text_to_image, image_to_image, inpainting, ACGN external service, etc. | Support Chinese and English input |
Input Audio | Recognition Result |
---|---|
![]() |
I knocked at the door on the ancient side of the building. |
![]() |
我认为跑步最重要的就是给我带来了身体健康。 |
# install paddlepaddle with gpu
# !pip install --upgrade paddlepaddle-gpu
# or install paddlepaddle with cpu
!pip install --upgrade paddlepaddle
# install paddlehub
!pip install --upgrade paddlehub
import paddlehub as hub
lac = hub.Module(name="lac")
test_text = ["今天是个好天气。"]
results = lac.cut(text=test_text, use_gpu=False, batch_size=1, return_tag=True)
print(results)
#{'word': ['今天', '是', '个', '好天气', '。'], 'tag': ['TIME', 'v', 'q', 'n', 'w']}
!hub serving start -m lac
The release of this project is certified by the Apache 2.0 license.
We welcome you to contribute code to PaddleHub, and thank you for your feedback.