Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 459 Bytes

File metadata and controls

10 lines (8 loc) · 459 Bytes

Access managing Android app

Goal: School project

Features:

  • extract text from ID card picture (Google Vision API)
  • extract photo from ID card picture (Google Vision API)
  • check if the user is known in the firebase database with the ID card number (Firebase Realtime Database)
  • compare the extracted photo with a second photo snapped to authenticate the user (Face++ API)
  • save the new user ID card number in the database (Firebase Realtime Database)