An Android as frontend and Python as backend face recognition app used on attendance management
#Python #Flask #Tensorflow #Android #Tenserflow-lite
#For Python API
-
Create Virtual environment
-
Install requierment libraries (pip install -r requirements.txt)
-
First Create Face dataset using face_generate.py file, give name when ask (you can modify as you want)
-
Second Train captured face images using face_train.py
#For Android APP
- Change API URL on web services -> constant page
- Deploy and create APK file and install in mobile
- Run Python api on same URL