Skip to content

Instantly share code, notes, and snippets.

View Harsehraab's full-sized avatar

Harsehraab Singh Sarao Harsehraab

View GitHub Profile
@Harsehraab
Harsehraab / index.html
Created October 31, 2022 07:11 — forked from kylemcdonald/index.html
Minimal example of uploading a webcam image to a Flask server.
<html>
<head>
<title>Webcam Upload</title>
<style>
html, body {
height: 100%;
}
* {
font-family: sans-serif;
user-select: none;