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

Job ID: 33016409

Budget: $250 – $750 USD

I need a python code that can perform the following tasks
1. Image Scraping the web and automatically creating a database of faces of notable people
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.
At the end of the project, I will need 1) the python code that should include as many comments as possible to be understandable 2) the database of facial metrics, and 3) some assistance