Skip to content

Instantly share code, notes, and snippets.

View aaronangle's full-sized avatar

Aaron Angle aaronangle

View GitHub Profile
@aaronangle
aaronangle / ValidatePhoto.html
Created April 6, 2022 01:08
Check if an uploaded file is a valid passport photo or not, using Google Teachable Machine and Tensorflow.js
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>