Hi, I’ve created a new React Native library that extracts pixel-level data from images, which can then be fed directly into TensorFlow Lite models. The library is available here: https://github.com/manishkumar03/react-native-pixel-data
I’ve also built an example app that demonstrates how these libraries can work together: https://github.com/manishkumar03/rn-pixel-vision
This approach eliminates the need for frame processors in react-native-vision-camera.
Please let me know if there’s any additional functionality that would make the library more useful. Thanks!
Hi, I’ve created a new React Native library that extracts pixel-level data from images, which can then be fed directly into TensorFlow Lite models. The library is available here: https://github.com/manishkumar03/react-native-pixel-data
I’ve also built an example app that demonstrates how these libraries can work together: https://github.com/manishkumar03/rn-pixel-vision
This approach eliminates the need for frame processors in react-native-vision-camera.
Please let me know if there’s any additional functionality that would make the library more useful. Thanks!