Skip to main content
Face Detection
- Face detection -- also called facial detection -- is an artificial intelligence (AI) based computer technology used to find and identify human faces in digital images.
- Using Azure Face API, I made this Face detection project. You can find the code in my GitHub. click here
- How Face detection works is, if it finds the human face, it will draw the bounding box around the face.
- And by using Streamlit, I made a web app. click here.
- You can find more details about Azure face API. click here
Comments
Post a Comment