Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 744 Bytes

File metadata and controls

19 lines (13 loc) · 744 Bytes

STEACH AI

A focus detection API server runs on Python Flask. Specially developed for an online tutoring service.

Description

Once an image is uploaded from the client-side via POST, the server returns one of -1, 0, or 1. -1 means a tutee has not been found on camera. 0 means a tutee is not drowsy. 1 means a tutee is drowsy.

  • A client-side demo HTML is included (Which downsizes an image to 480p before upload)

References