A facial recognition system is a technology capable of matching a human face from a digital image against a database of faces. Here, in this project we manually train the images for face recognition and than we provide an unknown image to recognize against the data present in the database. If found it will show Match Found and the name of the person and if not than it will output as no match found! It uses SQLite for database.
:: PyCharm
:: DB Browser SQLite
:: Python 3.8.8 Windows (32-bit) - Download Link
:: Python 3.8.8 Windows (64-bit) - Download Link
:: PyCharm Community - Download Link
:: DB Browser SQLite (32-bit) - Download Link
:: DB Browser SQLite (64-bit) - Download Link
pip install face-recognition
pip install Flask
pip install db-sqlite3 OR pip install pysqlite3
Click here to watch the demo!
Click here to watch full project setup and demo!