Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 653 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 653 Bytes

face_ar

The point of this web2py app will be to create an XML file out of a trained OpenCV Face Recognizer for use in a live video Android facial recognition app.

Completed:

  • Initialize SQL databse in web2py
  • Uploaded test faces to database
  • Migrated some OpenCV code, but having some import issues in Python

To Do:

  1. Migrate OpenCV code to app to iteratively train the recognizer on the test database
  2. Write upload scripts so users can upload their own faces from the phone app
  3. Connect this app to Android app with Retrofit
  4. Link this app with Firebase database