This is an android app about monkey image classification
dataset used for training:https://www.kaggle.com/slothkong/10-monkey-species
ResNet training code:https://github.com/yaoyi30/ResNet_Image_Classification_PyTorch
For more details see:https://blog.csdn.net/qq_38412266/article/details/112868835?spm=1001.2014.3001.5502
https://github.com/Tencent/ncnn/releases
1.Download ncnn-YYYYMMDD-android-vulkan.zip or build ncnn for android yourself
2.Extract ncnn-YYYYMMDD-android-vulkan.zip into app/src/main/jni and change the ncnn_DIR path to yours in app/src/main/jni/CMakeLists.txt
Open this project with Android Studio, build it and enjoy!