turhancan97 / Intelligent-Face-Recognition-Attendance-System

This project is a comprehensive face recognition-based attendance system for universities. It leverages OpenCV for face detection and recognition, Firebase for data storage, and Flask for the web interface. The system allows for student registration, face capture, and attendance tracking, providing a modern solution for attendance management.
MIT License
29 stars 15 forks source link

File not found error for service account key json file #2

Closed srjmnh closed 6 months ago

srjmnh commented 6 months ago

I have configured the database.yaml with all the firebase info, and gave the path of my service account key file on it as well. But upon running the program I am getting the following file not found error, although I have verified the path is correct and file exist on it. Please find the error below

I have downloaded the file and renamed it as serviceAccountKey.json

Screenshot 2024-03-31 at 12 56 42

My database.yaml file is configured as below,

Screenshot 2024-03-31 at 12 58 06
turhancan97 commented 6 months ago

I think your problem is that you are not deleting the '<>' characters from the default configuration file. You should define it as follows for it to work properly:

image
srjmnh commented 6 months ago

How silly of me, corrected this and the application now works perfect, looking forward to testing this and learning so much from your repo. You are doing great work, huge thanks to you for everything.