A newer version of the Gradio SDK is available:
5.23.3
How to run:
Be in root directory: FacePass/
- pip install -r requirements.txt to install all requirements. Python 3.12 recommended
- Create a folder named models and add your images into it
- Download the models from the links given in refs.txt and add them in models
- To run the program: python3 FacePass.py
Additional Instruction:
When taking images to store in database please remove your glasses. Similarly when unlocking the facelock remove your glasses
Future work:
- Make a better database or use existing ones like FAISS
- Make a user interface so that the adminstrator can registor new users into the database
- For now the threshold value seems to be working fine but further tweaking and fine tuning is required