
* 第一次提交 * 补充一处漏翻译 * deleted: docs/en/quantize.md * Update one translation * Update en version * Update one translation in code * Standardize one writing * Standardize one writing * Update some en version * Fix a grammer problem * Update en version for api/vision result * Merge branch 'develop' of https://github.com/charl-u/FastDeploy into develop * Checkout the link in README in vision_results/ to the en documents * Modify a title * Add link to serving/docs/ * Finish translation of demo.md * Update english version of serving/docs/ * Update title of readme * Update some links * Modify a title * Update some links * Update en version of java android README * Modify some titles * Modify some titles * Modify some titles * modify article to document * update some english version of documents in examples * Add english version of documents in examples/visions * Sync to current branch * Add english version of documents in examples
English | 简体中文
Front-end AI application
The development of artificial intelligence technology has led to industrial upgrading in the fields of computer vision(CV) and natural language processing(NLP). In addition, the deployment of AI models in browsers to achieve front-end intelligence has already provided good basic conditions with the steady increase in computing power on PCs and mobile devices, iterative updates of model compression technologies, and the continuous emergence of various innovative needs. In response to the difficulty of deploying AI deep learning models on the front-end, Baidu has open-sourced the Paddle.js front-end deep learning model deployment framework, which can easily deploy deep learning models into front-end projects.
Introduction of Paddle.js
Paddle.js is a web sub-project of Baidu PaddlePaddle
, an open source deep learning framework running in the browser. Paddle.js
can load the deep learning model trained by PaddlePaddle
, and convert it into a browser-friendly model through the model conversion tool paddlejs-converter
of Paddle.js
, which is easy to use for online reasoning and prediction. Paddle.js
supports running in browsers of WebGL/WebGPU/WebAssembly
, and can also run in the environment of Baidu applet and WeChat applet.
Finally, we can launch AI functions in front-end application scenarios such as browsers and mini-program using Paddle.js
, including but not limited to AI capabilities such as object detection, image segmentation, OCR, and item classification.
Web Demo
Refer to this document for steps to run computer vision demo in the browser.
demo | web demo directory | visualization |
---|---|---|
object detection | ScrewDetection、FaceDetection | ![]() |
human segmentation | HumanSeg | ![]() |
classification | GestureRecognition、ItemIdentification | ![]() |
OCR | TextDetection、TextRecognition | ![]() |
Wechat Mini-program
Run the official demo reference in the WeChat mini-program document
Name | Directory |
---|---|
OCR Text Detection | ocrdetecXcx |
OCR Text Recognition | ocrXcx |
object detection | coming soon |
Image segmentation | coming soon |
Item Category | coming soon |
Contributor
Thanks to Paddle Paddle Developer Expert (PPDE) Chen Qianhe (github: chenqianhe) for the Web demo, mini-program.