Skip to content

An Android as frontend and Python as backend face recognition app used on attendance management

Notifications You must be signed in to change notification settings

arj-zixxy/FaceRecognitionAttendance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

FaceRecognitionAttendance

An Android as frontend and Python as backend face recognition app used on attendance management

#Python #Flask #Tensorflow #Android #Tenserflow-lite

#For Python API

  1. Create Virtual environment

  2. Install requierment libraries (pip install -r requirements.txt)

  3. First Create Face dataset using face_generate.py file, give name when ask (you can modify as you want)

  4. Second Train captured face images using face_train.py

#For Android APP

  1. Change API URL on web services -> constant page
  2. Deploy and create APK file and install in mobile
  3. Run Python api on same URL

About

An Android as frontend and Python as backend face recognition app used on attendance management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.1%
  • Python 6.9%