Dashboard
Fusion Fitness · GymDrishta member & attendance system
Today's attendance
Recognize a member from the camera or a photo. A successful recognition automatically calls the attendance API.
Enrollment health
Loading…
Face Attendance
Live Scan Results
Photo Recognition
| Member ID | Name | Mobile | Plan | Start | Expiry | Days | Photo |
|---|
Google Sheet → Face Enrollment
Google Form / Apps Script remains the source. GymDrishta only reads Form Responses 1 and uses Member ID + photograph from that sheet.
Verify Enrollment
Compares valid Member IDs/photos in Google Sheets with faces in the Rekognition collection.
Verification details
| Type | Member ID | Name | Row | Details |
|---|---|---|---|---|
| Run verification. | ||||
System Configuration
Gym ID: FF
Source: Google Sheet → Form Responses 1
API:
Connection note: The dashboard uses a simple POST request so it can also communicate with the API when opened directly as a local file:// page. For camera use and production deployment, host this HTML on HTTPS.
Membership data is read-only from the dashboard. Enrollment is performed from the Google Sheet photograph data; duplicate Member IDs are intentionally left as-is for now.