{"id":26906745,"url":"https://github.com/chubaar/saymyname","last_synced_at":"2026-04-18T12:04:15.709Z","repository":{"id":284350853,"uuid":"954652096","full_name":"ChubaaR/SayMyName","owner":"ChubaaR","description":"This project is Say My Name, a Face Recognition Attendance System developed using Python, OpenCV, and Firebase. It allows students to log their attendance by scanning their faces, and admins can view attendance records and generate reports.","archived":false,"fork":false,"pushed_at":"2025-03-29T14:25:02.000Z","size":4125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T15:27:58.358Z","etag":null,"topics":["appscript","attendence-management-system","python","tensorflow"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChubaaR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-03-25T12:11:45.000Z","updated_at":"2025-03-29T14:25:06.000Z","dependencies_parsed_at":"2025-03-29T15:28:33.729Z","dependency_job_id":null,"html_url":"https://github.com/ChubaaR/SayMyName","commit_stats":null,"previous_names":["chubaar/attendease","chubaar/saymyname"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChubaaR%2FSayMyName","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChubaaR%2FSayMyName/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChubaaR%2FSayMyName/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChubaaR%2FSayMyName/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChubaaR","download_url":"https://codeload.github.com/ChubaaR/SayMyName/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246628227,"owners_count":20808107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["appscript","attendence-management-system","python","tensorflow"],"created_at":"2025-04-01T11:18:33.776Z","updated_at":"2026-04-18T12:04:15.642Z","avatar_url":"https://github.com/ChubaaR.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SAY MY NAME - Face Recognition Attendance System\n\n## Overview\nThis project is **Say My Name**, a **Face Recognition Attendance System** developed using Python, OpenCV, and Firebase. It allows students to log their attendance by scanning their faces, and admins can view attendance records and generate reports.\n\n## Features\n- **Student Authentication:** Uses face recognition to verify student identity and log attendance.\n- **Admin Access:** Admins can log in via face recognition and view attendance records.\n- **Database Integration:** Attendance records are stored and retrieved from Firebase.\n- **Real-Time Data Processing:** Updates attendance data in real-time.\n- **Report Generation:** Exports attendance data in XML and PDF formats.\n\n## Technologies Used\n- **Python** (Face Recognition, OpenCV, Firebase Admin SDK)\n- **Firebase** (Realtime Database, Storage)\n- **Google Sheets** (Attendance record viewing)\n- **Tkinter** (User Interface for role selection)\n- **HTML/CSS** (Admin Dashboard UI)\n\n## Installation\n### Prerequisites\nEnsure you have the following installed:\n- Python 3.x\n- OpenCV (`pip install opencv-python`)\n- Face Recognition (`pip install face-recognition`)\n- Firebase Admin SDK (`pip install firebase-admin`)\n- Numpy (`pip install numpy`)\n- Tkinter (Included with Python)\n\n### Steps\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/yourusername/SayMyName.git\n   cd SayMyName\n   ```\n2. Install dependencies:\n   ```sh\n   pip install -r requirements.txt\n   ```\n3. Set up Firebase:\n   - Create a Firebase project and enable Realtime Database \u0026 Storage.\n   - Download the `serviceAccountKey.json` and place it in the project folder.\n4. Run the program:\n   ```sh\n   python role_selection.py\n   ```\n\n## Usage\n1. **Students**\n   - Click on \"Student\" to start face recognition.\n   - Show your face in front of the webcam.\n   - If recognized, attendance is logged in Firebase.\n   - If scanned again within 2 hours, it will show \"Attendance Already Taken\".\n\n2. **Admins**\n   - Click on \"Admin\" and log in using face recognition.\n   - The system will open the admin dashboard.\n   - View attendance records and download reports.\n\n## File Structure\n```\nAttendEase/\n│-- role_selection.py  # UI for role selection\n│-- main.py            # Student face recognition\n│-- adminmain.py       # Admin face recognition\n│-- AddingDataToDb.py  # Adds student/admin data to Firebase\n│-- EncodeGenerator.py # Generates face encodings\n│-- admin.html         # Admin dashboard UI\n│-- requirements.txt   # Dependencies\n│-- serviceAccountKey.json  # Firebase credentials\n│-- Student Images/    # Folder for student face images\n│-- Admin Images/      # Folder for admin face images\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchubaar%2Fsaymyname","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchubaar%2Fsaymyname","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchubaar%2Fsaymyname/lists"}