-SmartLens: Attendance Redefined with Vision-
Setup Step 1: Install Required Libraries Install all dependencies listed in requirements.txt by running the command in terminal: pip install -r requirements.txt (if this does not work then install individually , listed in requirements.txt) Example: library csv - pip install csv
Step 2: Add Faces to the Database Add photos of individuals whose attendance needs to be tracked to the ./faces/ folder. Ensure that the file name follows this format: 'NAME'.jpg Example: A person named John should have their file named John.jpg.
Step 3: Run the Program Execute the program using the following command: python finalmain.py