lumtis / react-native-caffe2

React native package to use caffe2 models. Use deep learning on hybrid mobile application within 2 min
MIT License
39 stars 3 forks source link

why not go on with this promising project? #1

Open bigdong89 opened 6 years ago

bigdong89 commented 6 years ago

Let us work together!

lumtis commented 6 years ago

Thanks for your interest in the project.

I left the project for the moment because, as it is specified in the README, I haven’t found a way to make the library compatible with Android (the version of the NDK used in a React Native project is 10 and Caffe2 requires at least version 13) then it lost one of the main purpose of the project which is to be hybrid.

But if you are interested, don’t hesitate to look at the code ! I will eventually continue the project on the iOS side.

My main vision about the project is to create high-level functions for deep learning capabilities, so the developer has just to download the library into his RN project and can use directly functions as ImageClassification or TextTranslation on iPhone or Android.

lumtis commented 6 years ago

For the Android problem, one solution would be to use a version of React Native with NDK updated gengjiawen/react-native/tree/feature/new_ndk and create a new branch to work with Android but not sure if a npm library would work with this version of RN.

bigdong89 commented 6 years ago

Thank you very much! I will follow your update.

netfish88 commented 6 years ago

I also agree that this is very promising. I will follow the update too.