Giter VIP home page Giter VIP logo

fangchao1004 / paddle.js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from paddlepaddle/paddle.js

0.0 0.0 0.0 92.84 MB

Paddle.js is a web project for Baidu PaddlePaddle, which is an open source deep learning framework running in the browser. Paddle.js can either load a pre-trained model, or transforming a model from paddle-hub with model transforming tools provided by Paddle.js. It could run in every browser with WebGL/WebGPU/WebAssembly supported. It could also ru

Home Page: https://paddlejs.baidu.com

License: Apache License 2.0

Shell 0.05% JavaScript 67.27% Python 2.52% TypeScript 26.81% HTML 2.49% Vue 0.87%

paddle.js's Introduction

中文版

Paddle.js

building UnitTest commit-activity license license license python

Paddle.js is a web project for Baidu PaddlePaddle, which is an open source deep learning framework running in the browser. Paddle.js can either load a pre-trained model, or transforming a model from paddle-hub with model transforming tools provided by Paddle.js. It could run in every browser with WebGL/WebGPU/WebAssembly supported. It could also run in Baidu Smartprogram and WX miniprogram.

Ecosystem

Project version Description
paddlejs-core paddlejs-core-status inference engine
paddlejs-backend-webgl paddlejs-backend-webgl-status webgl backend
paddlejs-backend-wasm paddlejs-backend-wasm-status wasm backend
paddlejs-backend-webgpu paddlejs-backend-webgpu-status webgpu backend
paddlejsconverter paddlejsconverter-status convert paddlepaddle model
humanseg humanseg-status human segmentation library
ocr ocr-status optical character recognition library
gesture gesture-status gesture recognition library
mobilenet mobilenet-status image classification library
ocr detection ocr-detection-status optical character detection library
facedetect facedetect-status face detection library

Website

https://paddlejs.baidu.com

Key Features

Module

  • paddlejs-core, the core part of the Paddle.js ecosystem, which is responsible for the operation of the inference process of the entire engine. size downloads downloads
  • paddlejsconverter, model transformation tool for Paddle.js, convert PaddlePaddle models (also known as fluid models) into a browser-friendly format.
  • paddlejs-models, model projects, supply flexible low-level APIs for users to implement their AI scenario.
  • paddlejs-examples, Paddle.js AI examples
  • paddlejs-mediapipe, tools for live and streaming media, support webrtc camera and a lightweight opencv package

Backends

Examples

clasGame wine gesture ocr

humanseg facedetect

Browser/Platforms Coverage

  • PC: Chrome, Safari, Firefox
  • Phone: Baidu App , Chrome , UC and QQ Browser
  • Smartprogram: Baidu Smartprogram, WX miniprogram
  • Platform: macOS, Windows

Load Model

  1. Support load model files on the network:
  • model.json (model structure and operators' attributes)
  • chunk_x.dat (model params binary data)
  1. Support use model obj
  • modelObj.model (model structure json object)
  • modelObj.params(model params Float32Array data)

If you dont' want to put model on the network, you can use method 2.

Feedback and Community Support

  • Online video tutorial start video
  • Questions, reports, and suggestions are welcome through Github Issues!
  • Forum: Opinions and questions are welcome at our PaddlePaddle Forum
  • QQ group chat: 696965088

paddle.js's People

Contributors

jingyuanzhang avatar changy1105 avatar yueshuangyan avatar zhongkai avatar wangqunbaidu avatar leoqh96 avatar benann avatar haozech avatar changying01 avatar hu-qi avatar dependabot[bot] avatar raindrops2sea avatar jinzhan avatar andy-zhangtao avatar shadedbluebird avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.