Html – Returning an image in a webpage after performing face detection
I am working on a personal project of mine, which is a face detect web app using python and flask. The issue is after performing the face detection on an image it doesn't return that image correctly. When I check…