Facial Recognition with Python

While researching for image recognition I came across some very interesting articles about how to perform facial recognition in Python:

./M6

How to perform basic image recognition with the use of Python


While searching for information about image recognition with Python, I've came across with this tutorial, with video explanation.


./M6

Machine Learning with Python

While researching for image recognition in Python, I came across with TensorFlow, they have a tutorial and documented API.
If you'r looking for a fast and simple kick start, check the TensorFlow Image Recognition Python API Tutorial.
If you'r looking for a bit more detail kick start, check Image Recognition with 10 lines of code.
If you'r specifically looking for image recognition, check this.

You can find the TenserFlow framework here and their models here.

./M6