# Android-Face-Recognition-with-Deep-Learning-Test-Framework **Repository Path**: dengly/Android-Face-Recognition-with-Deep-Learning-Test-Framework ## Basic Information - **Project Name**: Android-Face-Recognition-with-Deep-Learning-Test-Framework - **Description**: https://github.com/Qualeams/Android-Face-Recognition-with-Deep-Learning-Test-Framework.git 副本 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Android Face Recognition with Deep Learning - Test Framework ## Continuous integration [![Build Status](https://travis-ci.org/Qualeams/Android-Face-Recognition-with-Deep-Learning-Test-Framework.svg)](https://travis-ci.org/Qualeams/Android-Face-Recognition-with-Deep-Learning-Test-Framework) ## Acknowledgements This app was developed by Michael Sladoje and Mike Schälchli during a bachelor thesis at the Zurich University of Applied Sciences. Acknowledgements go to the thesis supervisors Dr. Martin Loeser, Dr. Oliver Dürr, Diego Browarnik and all the contributors of our code sources. Code has been derived from the following sources: - OpenCV - https://github.com/opencv/opencv - LIBSVM - https://github.com/cjlin1/libsvm - AndroidLibSvm - https://github.com/yctung/AndroidLibSvm - TensorFlow - https://github.com/tensorflow/tensorflow - facenet - https://github.com/davidsandberg/facenet/pull/240 - Caffe - https://github.com/BVLC/caffe - caffe-android-demo - https://github.com/sh1r0/caffe-android-demo - caffe-android-lib - https://github.com/sh1r0/caffe-android-lib ## Library The core functions have been moved to a [separate repository](https://github.com/Qualeams/Android-Face-Recognition-with-Deep-Learning-Library.git) which can be used as an Android library (module). ## App architecture ![alt tag](https://github.com/Qualeams/Android-Face-Recognition-with-Deep-Learning/blob/master/AppArchitecture.png) ## Usage ### Clone ``` git clone https://github.com/Qualeams/Android-Face-Recognition-with-Deep-Learning-Test-Framework.git ``` ### Compilation #### APK - Package The app can be downloaded directly from the Google Play Store - [Face Recognition](https://play.google.com/store/apps/details?id=ch.zhaw.facerecognition). #### Android SDK - Java The source can be compiled using Android Studio (common gradle scripts). ### User manual The user manual can be found [here](https://github.com/Qualeams/Android-Face-Recognition-with-Deep-Learning/blob/master/USER%20MANUAL.md)