0

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 Answers2

0

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

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

Natalia
  • 353
  • 1
  • 3
  • 10