Python code that can Web Scrape facial Images and Compile a Database of Facial Metrics

Job ID: 33015209

Budget: €250 – €750 EUR

I need a python code that can perform the following tasks
1. Image Scraping the web and automatically creating a database of faces
2. Run a facial recognition algorithm and crop the faces from the images
3. Run a frontal face classifier algorithm that can score faces on how frontal they are
a. Select only pictures that are “frontal” (i.e. above a certain threshold of the frontal score)
4. Run a facial expression recognition of the pictures that can score how neutral the faces are
a. Select only pictures that are “neutral” (i.e. above a certain threshold of the frontal score)
5. Run a facial landmarks detection algorithm to detect the points we need.
6. Calculate a number of facial metrics from the landmarks calculated above.