Coders Packet

Packets submitted by Siva Sankar U

Image Blending with Trackbar in Python using OpenCV library

This is a simple mini project in which two images are blended together with a trackbar in python using the OpenCV library

Rotating the Live Webcam Video in Python using OpenCV

This is a mini project created using the OpenCV library of python. This involves rotating the live webcam video.

Image Classification with Fashion MNIST dataset in Python using CNN

To classify the images from the Fashion MNIST dataset in python using the Convolutional Neural Network

Classification of Handwritten Digits of MNIST Dataset in Python

The objective is to build a deep neural network in python which can classify the handwritten digits of MNIST dataset in python