# expo-face-detector

> Lets you use the power of Google Mobile Vision (https://developers.google.com/vision/face-detection-concepts) framework to detect faces on images.

Latest version **13.0.2** (published 2025-01-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install expo-face-detector
pnpm add expo-face-detector
yarn add expo-face-detector
bun add expo-face-detector
```

## Health

**Score 60/100 (C)** — status: stable.

Positive: has types; no vulnerabilities; high maintenance score; high quality score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 13.0.2 |
| Published | 2025-01-10 |
| First published | 2018-07-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 98.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 52218 |
| Author | 650 Industries, Inc. |
| Maintainers | tsapeta, ide, lukmccall, szdziedzic, pkham, radoslawkrzemien, fiber-god, betoatexpo, brentvatne, evanbacon, quinlanj, expoadmin, exponent, wschurman, bycedric, jonsamp, princefleaswallow, kudochien, keith-kurak, alanhughes, simek, gabrieldonadel, douglowder, kadikraman, aleqsio, expo-bot, philpl, marklawlor, ccheever, jesseruder, terribleben, sjchmiela, esamelson |
| Keywords | react-native, expo, face-detector, face, detection |

## Links

- npm: https://www.npmjs.com/package/expo-face-detector
- Repository: https://github.com/expo/expo
- Homepage: https://docs.expo.dev/versions/latest/sdk/facedetector/
- Issues: https://github.com/expo/expo/issues
- npm.io page: https://npm.io/package/expo-face-detector

## Recent versions

- 13.0.2 (latest) — 2025-01-10
- 13.0.3-canary-20250124-42fe332 (canary) — 2025-01-24
- 12.7.1 (sdk-51) — 2024-04-23
- 12.6.1 (sdk-50) — 2023-12-19
- 13.0.3-canary-20250114-804e26d — 2025-01-14
- 13.0.2-canary-20241211-61c49bd — 2024-12-11
- 13.0.1 — 2024-10-22
- 13.0.0 — 2024-10-22
- 13.0.0-canary-20241021-c4b5a93 — 2024-10-21
- 13.0.0-canary-20241021-7aba813 — 2024-10-21
- 13.0.0-canary-20241018-ebd377a — 2024-10-18
- 13.0.0-canary-20241018-2a482e3 — 2024-10-18
- 13.0.0-canary-20241018-75a0b25 — 2024-10-18
- 13.0.0-canary-20241018-4f8243a — 2024-10-18
- 13.0.0-canary-20241018-f71b3e0 — 2024-10-18
- … 95 more at https://npm.io/package/expo-face-detector/versions

## README

# expo-face-detector

Lets you use the power of MLKit (https://firebase.google.com/docs/ml-kit/detect-faces) framework to detect faces on images.

# API documentation

- [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/facedetector/)
- [Documentation for the main branch](https://docs.expo.dev/versions/unversioned/sdk/facedetector/)

# Installation in managed Expo projects

For [managed](https://docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions in the [API documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/facedetector/).

# Installation in bare React Native projects

For bare React Native projects, you must ensure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/installing-expo-modules/) before continuing.

### Add the package to your npm dependencies

```
npx expo install expo-face-detector
```

### Configure for Android

No additional set up necessary.

### Configure for iOS

Run `npx pod-install` after installing the npm package.

# Contributing

Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing).

---
_Source: https://npm.io/package/expo-face-detector · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
