react-native-tensorflow-lite icon indicating copy to clipboard operation
react-native-tensorflow-lite copied to clipboard

Roadmap Question

Open GantMan opened this issue 6 years ago • 1 comments

First off, thank you for this wonderful bit of code! I see you've created an image identifier class, but the library is to wrap all of tensorflow lite.

So I was wondering, are you planning on doing video input, camera display, and generators?

Do you have a planned roadmap for this module?

Regardless of your answer that it is merely a hobby or an actual art, this is awesome work. Thanks again!

GantMan avatar Jan 22 '19 15:01 GantMan

Thanks for the feedback and sorry for the delay. I had actually achieved this already however, I used react-native-camera library. I just modified the source code of react-native-camera library for handling the event of image recognition together with this library. To answer you on point, I have no plan to implement camera display or real time recognition that would be migrated to this library since react-native-camera is already there. If you want to achieve this, you can take a look at react-native-camera library :) Thanks.

jazzystring1 avatar Mar 20 '19 12:03 jazzystring1