# FaceLandmarkAnalyzer **Repository Path**: hukcc/FaceLandmarkAnalyzer ## Basic Information - **Project Name**: FaceLandmarkAnalyzer - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-14 - **Last Updated**: 2024-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FaceLandmarkAnalyzer-App Android Application which analyze if your eyes or mouth are open or closed and if your lips are closed or not. You can choose between Convolutional Neural Networks or some self developed algorithms for classification ### Implematation details * The fast version of DLib for Android is used for Face- and Landmark Detection. [fast-face-android](https://github.com/gicheonkang/fast-face-android) * eye aspect ratio (EAR), introduced by Soukupová and Čech are used for Classification of open or closed eye * for mouth classification own algorithms were developed following EAR. * TensorFlow Lite and some selftrained MobileNets are used for classification ### Grap the source `$ git clone https://github.com/TrueBypass/FaceLandmarkAnalyzer.git` ### Demo ![](demo/Collage.png) ### Build #### Android app * Open Android studio to build ### License [License](LICENSE.md)