📸 Built a Streamlit-based application for managing employee registration and automating attendance marking using face recognition. This system uses an IP Webcam for real-time face detection and records attendance in an Excel file.
employee-management-system/
├── app.py # Main application code
├── employees.csv # Stores employee details
├── attendance.xlsx # Stores attendance records
├── employee_faces/ # Folder to store employee photos
├── requirements.txt # List of dependencies
└── README.md # Project documentation
git clone https://github.com/Devmbm2/employee-management-system.gitcd employee-management-systempython -m venv venvsource venv/bin/activate (On Windows: venv\\Scripts\\activate)pip install -r requirements.txtstreamlit run main.pyhttp://192.168.1.100:8080/video).attendance.xlsx.attendance.xlsx file to view the attendance records.2022 All Rights Reserved. Design by Muhammad Bilal Manzoor