X

How-to

NSFW Tensorflow: Identifying objectionable content using Deep Learning

In today's post, we would learn how to identify not safe for work images using Deep Learning. Not-Safe-For-Work images can…

Installation of OpenCV 4.1.0 in Windows 10 from source

OpenCV is an open source computer vision library which is very popular for performing basic image processing tasks such as…

TensorFlow 2.0 Alpha : Let seek the New in the Old

  The baby boomers to generation z popularly known as Post-Millennials are all living in an impressionable moment of history…

Deep Learning based image colorization with OpenCV

In India, we celebrated the festival of color "Holi" last week. We celebrate the end of the winter with a…

Neural Architecture Search

Neural network architecture design is one of the key hyperparameters in solving problems using deep learning and computer vision. Various…

Deep Learning based image Super-Resolution to enhance photos

What if you could use Artificial Intelligence to enhance your photos like those seen on TV? Image super-resolution is the…

Running Deep Learning models in OpenCV

The largest computer vision library OpenCV can now deploy Deep learning models from various frameworks such as Tensorflow, Caffe, Darknet,…

Breaking Deep Learning with Adversarial examples using Tensorflow

It's no news that Deep Learning is super effective and powerful in solving computer vision problems. To keep things in…

Freeze Tensorflow models and serve on web

In this tutorial, we shall learn how to freeze a trained Tensorflow Model and serve it on a webserver. You…