Coders Packet

Packets submitted by Ishan Gurtu

Face Mask Email Alert using CV and OpenCV in Python

The Project detects a person without a safety mask in real time using CV, OpenCV in Python and sends an email alert to the supervisor immediately along with a warning message on the screen.

Image Captioning using NLP and CV in Python

This project performs Image Captioning using both NLP and CV techniques in Python having a fair accuracy. Flicker 8K Dataset was used and trained using Inception V3, my model and Glove vectors.

Image Denoiser using Autoencoders in Python

This project is based on implementing an Autoencoder using deep learning on the MNIST dataset using Tensorflow Library on Google Colaboratory to denoise digit images using Python Language.