Tesla K80/M40/P100 GPU on a HPE GEN 8 Server

I have been working on learning Deep learning for past few months. Its been a difficult journey working on the laptop for training any model. So I decided to get an older server from eBay. After doing a little research I picked a HP ML350p Gen 8 as my battleship for only $100. It came…


Vector Tile Server Setup

Setting a tile server can be very complicated and resource intense. Thanks to all the good folks from Openmaptiles we can setup a vector tile server in a matter of five minutes. We will use a Ubuntu system for this setup. It should run flawlessly with any version of Ubuntu after 16.04. A very low…


OSRM Setup with Docker

OSRM or Open Source Routing Machine is a routing engine for shortest paths in a road networks.In this tutorial we will take a shortcut and install it using docker. Now before we start deploying OSRM lets make sure we have Docker installed. If you don’t have Docker then you can follow the steps in this…