DEV Community

Discussion on: How to build an image recognition app in React Native in 30 minutes

Collapse
 
msmore profile image
Riddhi More

Hello! This is awesome, But is there any way I can use a machine learning App on real time video, I do not want to capture the images but instead capture a video and at the same time predict it frame by frame and give prediction in some text field on screen.
Any way I can use an async function with my model.predict() or at least automate the process of capturing images and minimising delay