mohith7548 / AI_EVM

An Electronic Voting Machine Powered by AI. ATM like voting system. Phases included are Persons detection, Face mask detection, Face recognition, Voting on screen. Django as backend
10 stars 6 forks source link

Face match issue #4

Open sankarskr opened 2 years ago

mohith7548 commented 2 years ago

The face recognition module in the Django app is done using this package: https://github.com/ageitgey/face_recognition Refer to the docs or search on Youtube on using this package.

You have to train your own model with people's faces & names and place both files in this location https://github.com/mohith7548/AI_EVM/tree/main/models/recognize_face_models

Please feel free to enhance the documentation on this section if you found this repo helpful.

RishiRajani21 commented 1 year ago

Hello, it would be great if you can give me your contact information, I am stuck while deploying