Computer Science & Engineering, 74.9%
Maharaja Surajmal Institute of Technology
Aug 2014 - Aug 2018
This project aims to create realistic but artificial images/videos using GAN (Generative Adversarial
Network). It makes use of two competing neural networks to generate images that are highly similar to
actual data (image) used for training. It is implemented in python using the TensorFlow library.
This is a machine learning project. It uses support vector machines with histogram of oriented gradients
to recognize characters (English) in natural still images. It is implemented in python using scikit-learn
library.
Created a simple text editor using Tkinter module of Python2.7 that can perform basic text operations like
search keywords, cut, paste, new document, etc.