React native Application with Tensorflow , mediapippe, cvzone

170 views Asked by At

I am going to create a sign language recognition mobile application using React Native. I have already trained the model using Mediapipe and cvzone. but media pipe can not use directly for react native application? how can I do it? I am a beginner at react native.

2

There are 2 answers

0
ThyNgon Tran On

Isn’t React just a framework for JS? I think you can call MediaPipe and CVzone can be called as a JS libaries to load your trained modules.

0
Natalia On

To use mediapipe in my app I have created a python api and call the api from react native.