Face Recognition with Python

Face Recognition with Python
Photo by Steve Johnson / Unsplash

Some web platform, like Facebook, Google+, Google Glass, or cameras software are implementing face recognition. FBI, CIA and others government polices are using right now face recognition.

For this example we are using SimpleCV, an open source framework builh in Python, for machine vision. You can get it and install it like a python module.

GitHub - sightmachine/SimpleCV: The Open Source Framework for Machine Vision
The Open Source Framework for Machine Vision. Contribute to sightmachine/SimpleCV development by creating an account on GitHub.

I have commented every line, but if want to explore you can read the API Doc.

SimpleCV is very easy, just 9 lines to recognizing a face in a picture.

Imaging to merge drones and face recognition? Keep hacking. See you.

Read more

Building Enterprise-Grade Sentiment Analysis with TensorFlow and Transformers

Building Enterprise-Grade Sentiment Analysis with TensorFlow and Transformers

In the current landscape of ai engineering services for enterprises, the requirement for Natural Language Processing (NLP) has shifted from simple experimentation to robust, latency-sensitive production systems. While off-the-shelf APIs offer convenience, they often lack the domain specificity required for high-stakes environments—such as analyzing financial tickers, legal contracts, or

By Allan Porras