{"id":20543233,"url":"https://github.com/ray8118/flask_face_recognition--multiple_cameras","last_synced_at":"2026-02-23T08:34:13.468Z","repository":{"id":237407964,"uuid":"787203998","full_name":"RaY8118/Flask_Face_Recognition--multiple_Cameras","owner":"RaY8118","description":"Face Recognition Attendance System: A Flask-based web application that leverages face recognition technology to manage attendance. It supports multiple cameras, role-based access for students, teachers, and admins, and utilizes a MySQL database for data management.","archived":false,"fork":false,"pushed_at":"2025-04-03T15:22:16.000Z","size":50277,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-12T12:56:56.698Z","etag":null,"topics":["attendance-management-system","computer-vision","facerecognition","flask","machine-learning","mysql","opencv-python","python","rolebasedaccess","webdevelopment"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RaY8118.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-04-16T04:52:17.000Z","updated_at":"2025-04-03T15:22:17.000Z","dependencies_parsed_at":"2025-08-12T12:56:47.560Z","dependency_job_id":null,"html_url":"https://github.com/RaY8118/Flask_Face_Recognition--multiple_Cameras","commit_stats":null,"previous_names":["ray8118/flask_face_recognition--multiple_cameras"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RaY8118/Flask_Face_Recognition--multiple_Cameras","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaY8118%2FFlask_Face_Recognition--multiple_Cameras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaY8118%2FFlask_Face_Recognition--multiple_Cameras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaY8118%2FFlask_Face_Recognition--multiple_Cameras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaY8118%2FFlask_Face_Recognition--multiple_Cameras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RaY8118","download_url":"https://codeload.github.com/RaY8118/Flask_Face_Recognition--multiple_Cameras/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaY8118%2FFlask_Face_Recognition--multiple_Cameras/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29740024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["attendance-management-system","computer-vision","facerecognition","flask","machine-learning","mysql","opencv-python","python","rolebasedaccess","webdevelopment"],"created_at":"2024-11-16T01:36:24.080Z","updated_at":"2026-02-23T08:34:13.413Z","avatar_url":"https://github.com/RaY8118.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Face Recognition Attendance System Multiple Cameras\n\nThis project is a web application built with Flask that utilizes face recognition technology for managing attendance. It allows multiple cameras to stream video over HTTP, enabling real-time attendance tracking. The application supports three user roles: Students, Teachers, and Admins, each with specific functionalities.\n\n## 🚀 Features\n\n- **Face Recognition**: Automatically recognizes students' faces for attendance logging using the `face_recognition` Python library. 📸\n- **Multiple Camera Support**: Stream from multiple cameras over HTTP, allowing flexibility in attendance monitoring. 🎥\n- **Role-Based Access**:\n  - **Students**: View their own attendance records. 📅\n  - **Teachers**: Access attendance data for their classes. 📊\n  - **Admins**: Add or remove face data and manage student records. ⚙️\n- **MySQL Database**: Efficiently stores and manages user data and attendance records. 🗄️\n\n## 🛠️ Technologies Used\n\n- **Flask**: The web framework for building the application. ⚗️\n- **face_recognition**: For facial recognition capabilities. 👤\n- **OpenCV**: For video capturing and processing. 🖥️\n- **MySQL**: For database management. 🐬\n- **HTML/CSS/JavaScript**: For front-end development. 🌐\n\n\n## 📌 Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/RaY8118/Flask_Face_Recognition--multiple_Cameras.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd Flask_Face_Recognition--multiple_Cameras\n   ```\n3. Install the required packages:\n   ```bash\n   pip install -r requirements.txt\n   ```\n4. Set up the MySQL database and configure the connection in the application.\n5. Run the Flask application:\n   ```bash\n   python app.py\n   ```\n6. Access the web application at `http://127.0.0.1:5000`.\n\n\n## 🌟 Acknowledgments\n\n- [face_recognition](https://github.com/ageitgey/face_recognition) for the facial recognition capabilities.\n- [OpenCV](https://opencv.org/) for image and video processing support.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fray8118%2Fflask_face_recognition--multiple_cameras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fray8118%2Fflask_face_recognition--multiple_cameras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fray8118%2Fflask_face_recognition--multiple_cameras/lists"}