Opencv on Android?

I made a face recognition attendance system in python. Although I want to implement it in android studio or as an android app. Is there any recommendations or any guides that are easy for a beginner like me to understand? What I wanted is to implement the python code I made into an android app. I am using the LBPH and haar cascade algorithm, I cannot seem to find a guide for LBPH and haar cascade I can only see tensorflow ones.

1 Like