├── .github └── workflows │ └── build.yml ├── IMG_20250529_092401_423.jpg ├── LICENSE ├── README.md └── jni ├── .clang-format ├── Android.mk ├── Application.mk └── meowna_detector.c /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rem01Gaming/meowna_detector/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /IMG_20250529_092401_423.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rem01Gaming/meowna_detector/HEAD/IMG_20250529_092401_423.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rem01Gaming/meowna_detector/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rem01Gaming/meowna_detector/HEAD/README.md -------------------------------------------------------------------------------- /jni/.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rem01Gaming/meowna_detector/HEAD/jni/.clang-format -------------------------------------------------------------------------------- /jni/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rem01Gaming/meowna_detector/HEAD/jni/Android.mk -------------------------------------------------------------------------------- /jni/Application.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rem01Gaming/meowna_detector/HEAD/jni/Application.mk -------------------------------------------------------------------------------- /jni/meowna_detector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rem01Gaming/meowna_detector/HEAD/jni/meowna_detector.c --------------------------------------------------------------------------------