Semantic Segmentation with tf.Keras

Investigating semantic segmentation with tf.keras with a Road Dataset. Using a simplified U-Net neural network architecture implementation.

Tips and Tricks for python lists

Python is one of my preferred languages. It's by default highly readable and tends to favor code brevity. These and all the awesome additional libraries out there are the reason it is so popular among programmers of all origins. In this short article I will cover some Tips and Tricks for python lists I've encountered during [...]

Build a spotify connect enabled stereo-speaker using raspotify

Introduction For a long time I have been trying to figure out how to bring a little music to my kitchen. Since most of the products you can buy that allow for spotify connect are rather pricey and often times offer more connected services like AirPlay which I have no need for.So I've decided to build [...]