Roadmap Question
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!
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.