The Easiest Facial Recoginition API You Can Use

Manpreet Singh
3 min readMar 15, 2022

Welcome back! Python is one of my favorite programming languages to use, if you’re new to Python, check out the link below to learn more about it:

So, let’s take a look at one of the simplest facial recognition API’s for Python, this specific project is face_recognition! Luckily for us, this project is hosted on GitHub, check out the link below to jump straight to their repository:

This project looks super promising, here is an example of the capability behind this project:

You can also try out this project online via deepnote:

--

--