Search found 1 match

by Vishwesh Bhat
Thu May 27, 2021 4:01 am
Forum: ESP32 boards
Topic: ESP32 for Smart attendance system(Face Recognition)
Replies: 1
Views: 3099

ESP32 for Smart attendance system(Face Recognition)

I have a python code for face recognition that uses the following libraries: face_recognition, numpy, opencv(cv2), os,....(It is not yet the final code). My questions: 1. Can I implement the same using micropython(Since I am planning to use ESP32 for the project)? (Are there face recognition libs in...