Tag: computer vision

Autonomous Vehicle: Self Driving Car Simulator

Hello, today we will talk about the simple working of self-driving cars using python and deep learning. We will create a convolutional neural network in the Keras framework that will detect the road and automatically turn the steering as per the path. Let’s Get Started First of all, we need to download the dataset for…
Read more

Let the computer fill in colors of black and white images…!!!

Today, we will talk about that how can we use computer vision techniques to color black and white images. Woohoo!!! DeOldify is a colorizer made by Jason Antic with fastai. Coloring the black and white images with neural networks traditionally produce dull colors. So such limitations were minimized with the use of GANs. The use…
Read more