You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a light background overlay for the Selfie Age Verification step in order to improve running go.cam in a dark environment (added by #24).
Small ui adjustments for the Selfie Age Verification step.
Increase the number of face scan during a verification process.
Added fake / virtual webcam detection.
Improved the selfie age verification speed, increased the sampled age number from 3 to 5.
Added an optional "wasm" backend for the tensorflow library to be used as a fallback in case the "webgl" one fails to run.
Fixed verification failed postback logic, should post the correct data now.
Fixed external device verification logic, should initialize the event listeners properly now.
Update the face api library to the latest version.
Decrease the selfie age detection taken samples during a verification process for faster results.
Improve the parsing of Slovakian driver license.
Added a basic usage implementation of the Go.cam library using a Nodejs backend.
Added conditional rendering of the success page.
Small verification process ui improvements.