# pico.js
**Repository Path**: chuange/pico.js
## Basic Information
- **Project Name**: pico.js
- **Description**: pico.js 是一个只有 200 行纯 JavaScript 代码的人脸检测库,具备实时检测功能(在实际环境中可达到200+ FPS),压缩后仅 2kB
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 19
- **Created**: 2018-07-03
- **Last Updated**: 2024-12-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# pico.js: a face-detection library in 200 lines of JavaScript
* approximately 200 lines of pure JavaScript
* see for details
* real-time detection demo available at
The folder `img/` contains a demo that shows how to detect faces in still images.
The folder `cam/` shows how to do webcam-based real-time face detection.
Use these files as documentation.
The folder `wasm/` demonstrates how to compile `pico` to WebAssembly.
## License
MIT.