mrousavy / react-native-vision-camera

📸 A powerful, high-performance React Native Camera library.
https://react-native-vision-camera.com
MIT License
7.57k stars 1.1k forks source link

Is it possible to use face-api? #2668

Closed frodriguez-hu closed 6 months ago

frodriguez-hu commented 8 months ago

Question

Hey!!

I am also trying to use face-api with this library and this one: https://github.com/mrousavy/react-native-blob-jsi-helper In order to transform resized images buffers in blobs so In can send them to the face detection api from face api, is that possible?

What I tried

-

VisionCamera Version

3.9.1

Additional information

frodriguez-hu commented 8 months ago

I realized that I do not need firebase cause MLKit is free.

But my other question is remaining, is it possible to use face-api?

mrousavy commented 6 months ago

Yes you can build a native Frame Processor plugin to use any native Obj-C/Swift/Java/Kotlin library.