CSAllenISD / 2023-ISP-AutomatedAttendance

3 stars 1 forks source link

implement facial recognition within html utilizing flask #66

Closed Bread21234 closed 1 year ago

Bread21234 commented 1 year ago

https://stackoverflow.com/questions/62255949/face-detection-using-webhtml-css-and-python

use this resource. Render the page using flask and utilize external python file.

joshuawlee commented 1 year ago

https://web.dev/getusermedia-intro/

link to implement video and audio in HTML5

https://towardsdatascience.com/video-streaming-in-web-browsers-with-opencv-flask-93a38846fe00

link to video capture & video streaming in Web Browsers with Flask