# Biometrics on Glide

**URL:** https://community.glideapps.com/t/biometrics-on-glide/30847
**Category:** Ask for Help
**Created:** [August 23, 2021, 4:48pm UTC](https://community.glideapps.com/t/biometrics-on-glide/30847 "2021-08-23T16:48:06Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [September 7, 2021, 3:07pm UTC](https://community.glideapps.com/t/biometrics-on-glide/30847/5 "2021-09-07T15:07:01Z")

</div>

> [@ThinhDinh](#):
>
> I’m not aware of any software that can do that on the fly. Hope someone else can chime in.

I’ve done something similar by integrating with an IOT device that does:

- Facial Recognition
- Body Temperature
- Heartrate
- Respiratory Rate

In short, the way it works:

- Subject stands in front of the device and a scan is taken, including a photograph and thermal image
- Data is transmitted from the device to the cloud
- Facial recognition algorithm runs in the cloud
- Results are posted to Integromat via a webhook
- Integromat writes the results to a GSheet, decodes the images (Base64) and stores them in GDrive

All data is then made available via a Glide app. Individuals can view a history of their own results, and managers can view and run consolidated reports. I also implemented a “crowd sourcing” methodology for facial recognition tagging of users. Users are presented with “unidentified” scans and given the opportunity to tag them if they recognise the user. Tagging results are posted back to the cloud system via an API and used to improve the facial recognition model.

---

_[View the full topic](https://community.glideapps.com/t/biometrics-on-glide/30847)._
