installation

Comprehensive guide to installing OpenCV 4.1.0 on Ubuntu 18.04 from source

by Utkarsh Gupta • June 6, 2019

OpenCV is an open source computer vision library which is very popular for performing basic image processing tasks such as blurring, image blending, enhancing image as well as video quality, thresholding etc. In addition to image processing, it provides various pre-trained deep learning models which can be directly used to solve simple tasks at hand. […]

Continue Reading

Install Tensorflow-1.0 with GPU on ubuntu 14.04 on AWS P2.xlarge

by koustubh • February 8, 2017

This post is for you if you are looking to install TensorFlow 1.0 from source on ubuntu 14.04 on AWS machine with GPU support(CUDA). Quick Summary of setup: OS: ubuntu 14.04 Cloud: AWS P2.xlarge instance TensorFlow version: 1.0.0-rc1 Bazel Version: 0.4.4 CuDNN: 5.1 CUDA: 8.0 Once you have launched an AWS P2.xlarge instance with ubuntu […]

Continue Reading