detecting_hand_from_frames.ipynb -> we find hands from video frames using mediapipe model
ImageRestoration.ipynb -> we use autoencoders for image restoration
dc_gan.ipynb -> deep convolutional genarative adversial network to create fake images by using Goodfellow’s paper. https://proceedings.neurips.cc/paper/2014/file/5ca3e9b122f61f8f06494c97b1afccf3-Paper.pdf
skewing_image (1).ipynb -> code for making variations of images. this will be updated
GanMNIST.ipynb -> this is gan network using mnist dataset