Showing posts with label deep learning. Show all posts
Showing posts with label deep learning. Show all posts

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

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