My Projects

  1. My Personal Blog

    My personal blog site uses modern js framework NextJS and uses modern css framework TailwindCSS. I used minimalist design in this site to reflect my obsession with minimalism and it's effect on your mind. I used purple accent color all across the site, there was not particular reason why I did this, it just looked so aesthetically very pleasing using this color.

  2. Implemented Generative Adversarial Networks from GAN Reasearch Papers

    This implementions are the work of mine when I was fascinated by Ian Goodfellow's work in Generative Adversarial Networks. GANs use a generator and discriminator architecture. To put it simply, generator model try to produce fake images taking inspiration from real images and discriminator try to differentiate between fake images and real images. During training of these models, they both get very good at generating fake images and discriminating fake images from real images.