Merge pull request #1040 from TingquanGao/develop
Fix README in English about using Paddle-Lite to deploy
This commit is contained in:
commit
22d07492af
|
@ -1,10 +1,10 @@
|
|||
|
||||
# Tutorial of PaddleOCR Mobile deployment
|
||||
|
||||
This tutorial will introduce how to use paddle-lite to deploy paddleOCR ultra-lightweight Chinese and English detection models on mobile phones.
|
||||
This tutorial will introduce how to use [paddle-lite](https://github.com/PaddlePaddle/Paddle-Lite) to deploy paddleOCR ultra-lightweight Chinese and English detection models on mobile phones.
|
||||
|
||||
paddle-lite is a lightweight inference engine for PaddlePaddle.
|
||||
It provides efficient inference capabilities for mobile phones and IOTs,
|
||||
It provides efficient inference capabilities for mobile phones and IoTs,
|
||||
and extensively integrates cross-platform hardware to provide lightweight
|
||||
deployment solutions for end-side deployment issues.
|
||||
|
||||
|
|
Loading…
Reference in New Issue