README.md 18.9 KB
Newer Older
G
grasswolfs 已提交
1
English | [简体中文](README_ch.md)
W
wuzewu 已提交
2

C
chunzhang-hub 已提交
3
<p align="center">
D
Daniel Yang 已提交
4 5 6
 <img src="./docs/imgs/paddlehub_logo.jpg" align="middle">
<p align="center">
<div align="center">  
S
shinichiye 已提交
7
  <h3> <a href=#QuickStart> QuickStart </a> | <a href="https://paddlehub.readthedocs.io/en/release-v2.1"> Tutorial </a> | <a href="./modules"> Models List </a> | <a href="https://www.paddlepaddle.org.cn/hub"> Demos </a> </h3>
D
Daniel Yang 已提交
8
</div>
G
grasswolfs 已提交
9

Z
Zeyu Chen 已提交
10 11
------------------------------------------------------------------------------------------

W
wuzewu 已提交
12
<p align="center">
W
wuzewu 已提交
13 14
    <a href="./LICENSE"><img src="https://img.shields.io/badge/license-Apache%202-dfd.svg"></a>
    <a href="https://github.com/PaddlePaddle/PaddleHub/releases"><img src="https://img.shields.io/github/v/release/PaddlePaddle/PaddleHub?color=ffa"></a>
W
wuzewu 已提交
15
    <a href=""><img src="https://img.shields.io/badge/python-3.6.2+-aff.svg"></a>
W
wuzewu 已提交
16 17 18 19
    <a href=""><img src="https://img.shields.io/badge/os-linux%2C%20win%2C%20mac-pink.svg"></a>
    <a href=""><img src="https://img.shields.io/pypi/format/paddlehub?color=c77"></a>
</p>
<p align="center">
W
wuzewu 已提交
20 21 22 23 24
    <a href="https://github.com/PaddlePaddle/PaddleHub/graphs/contributors"><img src="https://img.shields.io/github/contributors/PaddlePaddle/PaddleHub?color=9ea"></a>
    <a href="https://github.com/PaddlePaddle/PaddleHub/commits"><img src="https://img.shields.io/github/commit-activity/m/PaddlePaddle/PaddleHub?color=3af"></a>
    <a href="https://pypi.org/project/paddlehub/"><img src="https://img.shields.io/pypi/dm/paddlehub?color=9cf"></a>
    <a href="https://github.com/PaddlePaddle/PaddleHub/issues"><img src="https://img.shields.io/github/issues/PaddlePaddle/PaddleHub?color=9cc"></a>
    <a href="https://github.com/PaddlePaddle/PaddleHub/stargazers"><img src="https://img.shields.io/github/stars/PaddlePaddle/PaddleHub?color=ccf"></a>
A
AK391 已提交
25
    <a href="https://huggingface.co/PaddlePaddle"><img src="https://img.shields.io/badge/%F0%9F%A4%97-Hugging%20Face-blue"></a>
W
wuzewu 已提交
26
</p>
C
chunzhang-hub 已提交
27

G
grasswolfs 已提交
28 29


D
Daniel Yang 已提交
30
## Introduction and Features
D
Daniel Yang 已提交
31
- **PaddleHub** aims to provide developers with rich, high-quality, and directly usable pre-trained models.
C
chenjian 已提交
32
- **Abundant Pre-trained Models**: 360+ pre-trained models cover the 6 major categories, including Wenxin large models, Image, Text, Audio, Video, and Industrial application. All of them are free for download and offline usage.
D
Daniel Yang 已提交
33
- **No Need for Deep Learning Background**: you can use AI models quickly and enjoy the dividends of the artificial intelligence era.
D
Daniel Yang 已提交
34
- **Quick Model Prediction**: model prediction can be realized through a few lines of scripts to quickly experience the model effect.
D
Daniel Yang 已提交
35
- **Model As Service**: one-line command to build deep learning model API service deployment capabilities.
D
Daniel Yang 已提交
36
- **Easy-to-use Transfer Learning**: few lines of codes to complete the transfer-learning task such as image classification and text classification based on high quality pre-trained models.
D
Daniel Yang 已提交
37
- **Cross-platform**: support Linux, Windows, MacOS and other operating systems.
G
grasswolfs 已提交
38

D
Daniel Yang 已提交
39
### Recent updates
C
chenjian 已提交
40 41 42
- **🔥2022.08.19:** The v2.3.0 version is released, supports Wenxin large models and five text-to-image models based on disco diffusion(dd).
  - Support [Wenxin large models API](https://wenxin.baidu.com/moduleApi) for Baidu ERNIE large-scale pre-trained model, including [**ERNIE-ViLG** model](https://aistudio.baidu.com/aistudio/projectdetail/4445016), which supports text-to-image task, and [**ERNIE 3.0 Zeus**](https://aistudio.baidu.com/aistudio/projectdetail/4445054) model, which supports applications such as writing essays, summarization, couplets, question answering, writing novels and completing text.
  - Add five text-to-image domain models based on disco diffusion(dd), three for [English](https://aistudio.baidu.com/aistudio/projectdetail/4444984) and two for Chinese. Welcome to enjoy our **ERNIE-ViL**-based Chinese text-to-image module [disco_diffusion_ernievil_base](https://aistudio.baidu.com/aistudio/projectdetail/4444998) in aistudio.
A
AK391 已提交
43
- **2022.02.18:** Added Huggingface Org, add spaces and models to the org: [PaddlePaddle Huggingface](https://huggingface.co/PaddlePaddle)
C
chenjian 已提交
44 45
- **🔥2021.12.22**,The v2.2.0 version is released. [1]More than 100 new models released,including dialog, speech, segmentation, OCR, text processing, GANs, and many other categories. The total number of pre-trained models reaches [**【360】**](https://www.paddlepaddle.org.cn/hublist). [2]Add an [indexed file](./modules/README.md) including useful information of pretrained models supported by PaddleHub. [3]Refactor README of pretrained models.

D
Daniel Yang 已提交
46
- [【more】](./docs/docs_en/release.md)
G
grasswolfs 已提交
47

C
chunzhang-hub 已提交
48 49


G
grasswolfs 已提交
50

S
shinichiye 已提交
51
## Visualization Demo [[More]](./docs/docs_en/visualization.md) [[ModelList]](./modules)
C
chenjian 已提交
52 53 54 55 56 57 58 59


### **[Wenxin large models](https://www.paddlepaddle.org.cn/hubdetail?name=ernie_vilg&en_category=TextToImage)**
- Include ERNIE-ViL、ERNIE 3.0 Zeus, supports applications such as text-to-image, writing essays, summarization, couplets, question answering, writing novels and completing text.
<div align="center">
<img src="https://user-images.githubusercontent.com/22424850/185588578-e2d1216b-e797-458d-bc6b-0ccb8e1bd1b9.png"  width = "80%"  />
</div>

S
shinichiye 已提交
60
### **[Computer Vision (212 models)](./modules#Image)**
G
grasswolfs 已提交
61
<div align="center">
D
Daniel Yang 已提交
62
<img src="./docs/imgs/Readme_Related/Image_all.gif"  width = "530" height = "400" />
G
grasswolfs 已提交
63
</div>
G
grasswolfs 已提交
64

C
chenjian 已提交
65

D
Daniel Yang 已提交
66
- Many thanks to CopyRight@[PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR)[PaddleDetection](https://github.com/PaddlePaddle/PaddleDetection)[PaddleGAN](https://github.com/PaddlePaddle/PaddleGAN)[AnimeGAN](https://github.com/TachibanaYoshino/AnimeGANv2)[openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose)[PaddleSeg](https://github.com/PaddlePaddle/PaddleSeg)[Zhengxia Zou](https://github.com/jiupinjia/SkyAR)[PaddleClas](https://github.com/PaddlePaddle/PaddleClas) for the pre-trained models, you can try to train your models with them.
G
grasswolfs 已提交
67

C
chunzhang-hub 已提交
68

S
shinichiye 已提交
69
### **[Natural Language Processing (130 models)](./modules#Text)**
C
chunzhang-hub 已提交
70
<div align="center">
D
Daniel Yang 已提交
71
<img src="./docs/imgs/Readme_Related/Text_all.gif"  width = "640" height = "240" />
C
chunzhang-hub 已提交
72 73
</div>

D
Daniel Yang 已提交
74
- Many thanks to CopyRight@[ERNIE](https://github.com/PaddlePaddle/ERNIE)[LAC](https://github.com/baidu/LAC)[DDParser](https://github.com/baidu/DDParser)for the pre-trained models, you can try to train your models with them.
C
chunzhang-hub 已提交
75

G
grasswolfs 已提交
76 77


S
shinichiye 已提交
78
### [Speech (15 models)](./modules#Audio)
K
KP 已提交
79 80 81 82 83 84
- ASR speech recognition algorithm, multiple algorithms are available.
- The speech recognition effect is as follows:
<div align="center">
<table>
    <thead>
        <tr>
K
KP 已提交
85 86
            <th width=250> Input Audio  </th>
            <th width=550> Recognition Result  </th>
K
KP 已提交
87 88 89 90 91 92
        </tr>
    </thead>
    <tbody>
        <tr>
            <td align = "center">
            <a href="https://paddlespeech.bj.bcebos.com/PaddleAudio/en.wav" rel="nofollow">
K
KP 已提交
93
                    <img align="center" src="./docs/imgs/Readme_Related/audio_icon.png" width=250 ></a><br>
K
KP 已提交
94 95 96 97 98 99
            </td>
            <td >I knocked at the door on the ancient side of the building.</td>
            </tr>
            <tr>
            <td align = "center">
            <a href="https://paddlespeech.bj.bcebos.com/PaddleAudio/zh.wav" rel="nofollow">
K
KP 已提交
100
                    <img align="center" src="./docs/imgs/Readme_Related/audio_icon.png" width=250></a><br>
K
KP 已提交
101 102 103 104 105 106 107
            </td>
            <td>我认为跑步最重要的就是给我带来了身体健康。</td>
        </tr>
    </tbody>
</table>
</div>

G
grasswolfs 已提交
108
- TTS speech synthesis algorithm, multiple algorithms are available.
G
grasswolfs 已提交
109 110
- Input: `Life was like a box of chocolates, you never know what you're gonna get.`
- The synthesis effect is as follows:
G
grasswolfs 已提交
111 112 113 114 115 116 117 118
<div align="center">
<table>
    <thead>
    </thead>
    <tbody>
        <tr>
            <th>deepvoice3 </th>
            <th>fastspeech </th>
G
grasswolfs 已提交
119
            <th>transformer</th>
G
grasswolfs 已提交
120 121 122
        </tr>
        <tr>
            <th>
G
grasswolfs 已提交
123
            <a href="https://paddlehub.bj.bcebos.com/resources/deepvoice3_ljspeech-0.wav">
G
grasswolfs 已提交
124 125 126
            <img src="./docs/imgs/Readme_Related/audio_icon.png" width=250 /></a><br>
            </th>
            <th>
G
grasswolfs 已提交
127
            <a href="https://paddlehub.bj.bcebos.com/resources/fastspeech_ljspeech-0.wav">
G
grasswolfs 已提交
128 129 130
            <img src="./docs/imgs/Readme_Related/audio_icon.png" width=250 /></a><br>
            </th>
            <th>
G
grasswolfs 已提交
131
            <a href="https://paddlehub.bj.bcebos.com/resources/transformer_tts_ljspeech-0.wav">
G
grasswolfs 已提交
132 133 134 135 136 137
            <img src="./docs/imgs/Readme_Related/audio_icon.png" width=250 /></a><br>
            </th>
        </tr>
    </tbody>
</table>
</div>
G
grasswolfs 已提交
138

K
KP 已提交
139 140
- Many thanks to CopyRight@[PaddleSpeech](https://github.com/PaddlePaddle/PaddleSpeech) for the pre-trained models, you can try to train your models with PaddleSpeech.

S
shinichiye 已提交
141
### [Video (8 models)](./modules#Video)
G
grasswolfs 已提交
142
- Short video classification trained via large-scale video datasets, supports 3000+ tag types prediction for short Form Videos.
G
grasswolfs 已提交
143
- Many thanks to CopyRight@[PaddleVideo](https://github.com/PaddlePaddle/PaddleVideo) for the pre-trained model, you can try to train your models with PaddleVideo.
G
grasswolfs 已提交
144
- `Example: Input a short video of swimming, the algorithm can output the result of "swimming"`
G
grasswolfs 已提交
145
<div align="center">
G
grasswolfs 已提交
146
<img src="./docs/imgs/Readme_Related/Text_Video.gif"  width = "400" height = "400" />
G
grasswolfs 已提交
147
</div>
G
grasswolfs 已提交
148

Z
Zeyu Chen 已提交
149 150
## ===**Key Points**===
- All the above pre-trained models are all open source and free, and the number of models is continuously updated. Welcome **⭐Star⭐** to pay attention.
G
grasswolfs 已提交
151
<div align="center">
G
grasswolfs 已提交
152
<a href="https://github.com/PaddlePaddle/PaddleHub/stargazers">
Z
Zeyu Chen 已提交
153
    <img src="./docs/imgs/Readme_Related/star_en.png"  width = "411" height = "100" /></a>  
G
grasswolfs 已提交
154 155
</div>

G
grasswolfs 已提交
156
<a name="Welcome_joinus"></a>
Z
Zeyu Chen 已提交
157

G
grasswolfs 已提交
158
## Welcome to join PaddleHub technical group
Z
Zeyu Chen 已提交
159 160

If you have any questions during the use of the model, you can join the official WeChat group to get more efficient questions and answers, and fully communicate with developers from all walks of life. We look forward to your joining.
G
grasswolfs 已提交
161
<div align="center">
A
AK391 已提交
162
<img src="./docs/imgs/joinus.PNG"  width = "200" height = "200" />
G
grasswolfs 已提交
163
</div>  
164
please add WeChat above and send "Hub" to the robot, the robot will invite you to join the group automatically.
G
grasswolfs 已提交
165

D
Daniel Yang 已提交
166 167 168
<a name="QuickStart"></a>
## QuickStart

169
### The installation of required components.
D
Daniel Yang 已提交
170
```python
171
# install paddlepaddle with gpu
D
Daniel Yang 已提交
172
# !pip install --upgrade paddlepaddle-gpu
173 174

# or install paddlepaddle with cpu
D
Daniel Yang 已提交
175
!pip install --upgrade paddlepaddle
176 177

# install paddlehub
D
Daniel Yang 已提交
178
!pip install --upgrade paddlehub
179
```
180

181
### The simplest cases of Chinese word segmentation.
D
Daniel Yang 已提交
182

183
```python
D
Daniel Yang 已提交
184 185 186 187 188 189 190 191 192
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']}
```
193 194 195 196 197 198 199 200 201
### The simplest command of deploying lac service.
</div>

```python
!hub serving start -m lac
```

More model description, please refer [Models List](https://www.paddlepaddle.org.cn/hublist)

D
Daniel Yang 已提交
202
More API for transfer learning, please refer [Tutorial](https://paddlehub.readthedocs.io/en/release-v2.1/transfer_learning_index.html)
G
grasswolfs 已提交
203 204 205 206 207 208 209

<a name="License"></a>
## License
The release of this project is certified by the <a href="./LICENSE">Apache 2.0 license</a>.

<a name="Contribution"></a>
## Contribution
W
wuzewu 已提交
210 211 212 213 214 215 216 217

<p align="center">
    <a href="https://github.com/nepeplwu"><img src="https://avatars.githubusercontent.com/u/45024560?v=4" width=75 height=75></a>
    <a href="https://github.com/Steffy-zxf"><img src="https://avatars.githubusercontent.com/u/48793257?v=4" width=75 height=75></a>
    <a href="https://github.com/ZeyuChen"><img src="https://avatars.githubusercontent.com/u/1371212?v=4" width=75 height=75></a>
    <a href="https://github.com/ShenYuhan"><img src="https://avatars.githubusercontent.com/u/28444161?v=4" width=75 height=75></a>
    <a href="https://github.com/kinghuin"><img src="https://avatars.githubusercontent.com/u/11913168?v=4" width=75 height=75></a>
    <a href="https://github.com/grasswolfs"><img src="https://avatars.githubusercontent.com/u/23690325?v=4" width=75 height=75></a>
W
wuzewu 已提交
218
    <a href="https://github.com/haoyuying"><img src="https://avatars.githubusercontent.com/u/35907364?v=4" width=75 height=75></a>
W
wuzewu 已提交
219 220 221 222 223
    <a href="https://github.com/sjtubinlong"><img src="https://avatars.githubusercontent.com/u/2063170?v=4" width=75 height=75></a>
    <a href="https://github.com/KPatr1ck"><img src="https://avatars.githubusercontent.com/u/22954146?v=4" width=75 height=75></a>
    <a href="https://github.com/jm12138"><img src="https://avatars.githubusercontent.com/u/15712990?v=4" width=75 height=75></a>
    <a href="https://github.com/DesmonDay"><img src="https://avatars.githubusercontent.com/u/20554008?v=4" width=75 height=75></a>
    <a href="https://github.com/chunzhang-hub"><img src="https://avatars.githubusercontent.com/u/63036966?v=4" width=75 height=75></a>
W
wuzewu 已提交
224
    <a href="https://github.com/rainyfly"><img src="https://avatars.githubusercontent.com/u/22424850?v=4" width=75 height=75></a>
W
wuzewu 已提交
225
    <a href="https://github.com/adaxiadaxi"><img src="https://avatars.githubusercontent.com/u/58928121?v=4" width=75 height=75></a>
W
wuzewu 已提交
226
    <a href="https://github.com/linjieccc"><img src="https://avatars.githubusercontent.com/u/40840292?v=4" width=75 height=75></a>
W
wuzewu 已提交
227 228 229 230
    <a href="https://github.com/linshuliang"><img src="https://avatars.githubusercontent.com/u/15993091?v=4" width=75 height=75></a>
    <a href="https://github.com/eepgxxy"><img src="https://avatars.githubusercontent.com/u/15946195?v=4" width=75 height=75></a>
    <a href="https://github.com/paopjian"><img src="https://avatars.githubusercontent.com/u/20377352?v=4" width=75 height=75></a>
    <a href="https://github.com/zbp-xxxp"><img src="https://avatars.githubusercontent.com/u/58476312?v=4" width=75 height=75></a>
W
wuzewu 已提交
231
    <a href="https://github.com/houj04"><img src="https://avatars.githubusercontent.com/u/35131887?v=4" width=75 height=75></a>
W
wuzewu 已提交
232
    <a href="https://github.com/Wgm-Inspur"><img src="https://avatars.githubusercontent.com/u/89008682?v=4" width=75 height=75></a>
W
wuzewu 已提交
233
    <a href="https://github.com/AK391"><img src="https://avatars.githubusercontent.com/u/81195143?v=4" width=75 height=75></a>
W
wuzewu 已提交
234
    <a href="https://github.com/apps/dependabot"><img src="https://avatars.githubusercontent.com/in/29110?v=4" width=75 height=75></a>
W
wuzewu 已提交
235
    <a href="https://github.com/dxxxp"><img src="https://avatars.githubusercontent.com/u/15886898?v=4" width=75 height=75></a>
W
wuzewu 已提交
236
    <a href="https://github.com/jianganbai"><img src="https://avatars.githubusercontent.com/u/50263321?v=4" width=75 height=75></a>
W
wuzewu 已提交
237 238 239 240 241
    <a href="https://github.com/1084667371"><img src="https://avatars.githubusercontent.com/u/50902619?v=4" width=75 height=75></a>
    <a href="https://github.com/Channingss"><img src="https://avatars.githubusercontent.com/u/12471701?v=4" width=75 height=75></a>
    <a href="https://github.com/Austendeng"><img src="https://avatars.githubusercontent.com/u/16330293?v=4" width=75 height=75></a>
    <a href="https://github.com/BurrowsWang"><img src="https://avatars.githubusercontent.com/u/478717?v=4" width=75 height=75></a>
    <a href="https://github.com/cqvu"><img src="https://avatars.githubusercontent.com/u/37096589?v=4" width=75 height=75></a>
W
wuzewu 已提交
242
    <a href="https://github.com/DeepGeGe"><img src="https://avatars.githubusercontent.com/u/51083814?v=4" width=75 height=75></a>
W
wuzewu 已提交
243 244 245 246 247
    <a href="https://github.com/Haijunlv"><img src="https://avatars.githubusercontent.com/u/28926237?v=4" width=75 height=75></a>
    <a href="https://github.com/holyseven"><img src="https://avatars.githubusercontent.com/u/13829174?v=4" width=75 height=75></a>
    <a href="https://github.com/MRXLT"><img src="https://avatars.githubusercontent.com/u/16594411?v=4" width=75 height=75></a>
    <a href="https://github.com/cclauss"><img src="https://avatars.githubusercontent.com/u/3709715?v=4" width=75 height=75></a>
    <a href="https://github.com/hu-qi"><img src="https://avatars.githubusercontent.com/u/17986122?v=4" width=75 height=75></a>
W
wuzewu 已提交
248
    <a href="https://github.com/itegel"><img src="https://avatars.githubusercontent.com/u/8164474?v=4" width=75 height=75></a>
W
wuzewu 已提交
249
    <a href="https://github.com/jayhenry"><img src="https://avatars.githubusercontent.com/u/4285375?v=4" width=75 height=75></a>
W
wuzewu 已提交
250
    <a href="https://github.com/hlmu"><img src="https://avatars.githubusercontent.com/u/30133236?v=4" width=75 height=75></a>
W
wuzewu 已提交
251 252
    <a href="https://github.com/shinichiye"><img src="https://avatars.githubusercontent.com/u/76040149?v=4" width=75 height=75></a>
    <a href="https://github.com/will-jl944"><img src="https://avatars.githubusercontent.com/u/68210528?v=4" width=75 height=75></a>
W
wuzewu 已提交
253
    <a href="https://github.com/yma-admin"><img src="https://avatars.githubusercontent.com/u/40477813?v=4" width=75 height=75></a>
W
wuzewu 已提交
254
    <a href="https://github.com/zl1271"><img src="https://avatars.githubusercontent.com/u/22902089?v=4" width=75 height=75></a>
W
wuzewu 已提交
255
    <a href="https://github.com/brooklet"><img src="https://avatars.githubusercontent.com/u/1585799?v=4" width=75 height=75></a>
W
wuzewu 已提交
256
    <a href="https://github.com/wj-Mcat"><img src="https://avatars.githubusercontent.com/u/10242208?v=4" width=75 height=75></a>
W
wuzewu 已提交
257 258
</p>

G
grasswolfs 已提交
259 260
We welcome you to contribute code to PaddleHub, and thank you for your feedback.

C
chunzhang-hub 已提交
261
* Many thanks to [肖培楷](https://github.com/jm12138), Contributed to street scene cartoonization, portrait cartoonization, gesture key point recognition, sky replacement, depth estimation, portrait segmentation and other modules
G
grasswolfs 已提交
262 263 264 265 266 267 268
* Many thanks to [Austendeng](https://github.com/Austendeng) for fixing the SequenceLabelReader
* Many thanks to [cclauss](https://github.com/cclauss) optimizing travis-ci check
* Many thanks to [奇想天外](http://www.cheerthink.com/),Contributed a demo of mask detection
* Many thanks to [mhlwsk](https://github.com/mhlwsk),Contributed the repair sequence annotation prediction demo
* Many thanks to [zbp-xxxp](https://github.com/zbp-xxxp),Contributed modules for viewing pictures and writing poems
* Many thanks to [zbp-xxxp](https://github.com/zbp-xxxp) and [七年期限](https://github.com/1084667371),Jointly contributed to the Mid-Autumn Festival Special Edition Module
* Many thanks to [livingbody](https://github.com/livingbody),Contributed models for style transfer based on PaddleHub's capabilities and Mid-Autumn Festival WeChat Mini Program
C
chunzhang-hub 已提交
269
* Many thanks to [BurrowsWang](https://github.com/BurrowsWang) for fixing Markdown table display problem
C
chunzhang-hub 已提交
270
* Many thanks to [huqi](https://github.com/hu-qi) for fixing readme typo
271
* Many thanks to [parano](https://github.com/parano) [cqvu](https://github.com/cqvu) [deehrlic](https://github.com/deehrlic) for contributing this feature in PaddleHub
C
chunzhang-hub 已提交
272
* Many thanks to [paopjian](https://github.com/paopjian) for correcting the wrong website address [#1424](https://github.com/PaddlePaddle/PaddleHub/issues/1424)
W
wuzewu 已提交
273
* Many thanks to [Wgm-Inspur](https://github.com/Wgm-Inspur) for correcting the demo errors in readme, and updating the RNN illustration in the text classification and sequence labeling demo
W
wuzewu 已提交
274
* Many thanks to [zl1271](https://github.com/zl1271) for fixing serving docs typo
W
wuzewu 已提交
275 276
* Many thanks to [AK391](https://github.com/AK391) for adding the webdemo of UGATIT and deoldify models in Hugging Face spaces
* Many thanks to [itegel](https://github.com/itegel) for fixing quick start docs typo
K
KP 已提交
277
* Many thanks to [AK391](https://github.com/AK391) for adding the webdemo of Photo2Cartoon model in Hugging Face spaces