Deep learning project template and object oriented programming in Python

A deep learning python project template, object oriented techniques such as abstraction, inheritance and static methods, type hints and docstrings… Read more

Similar

I Don’t Like Python

The title is a bit of a lie. I think Python is a good, practical, language, and relatively easy to learn and to teach. Its vast collection of libraries let you slap together a program to do virtually anything you want. It doesn’t have the beauty of APL or... (more…)

Read more »

Detecting Face Features with Python

We have covered before how to work with OpenCV to detect shapes in images, but today we will take it to a new level by introducing DLib, and abstracting face features from an image. Essential OpenCV Functions to Get You Started into Computer Vision Dlib i... (more…)

Read more »