-
UCL
- London
- https://akanimax.github.io
- @AnimeshKarnewar
Highlights
- Pro
-
python_ai_project_template Public
A lightweight template for building AI-based prototype/research POCs in Python. My poison (DL framework :laugh: ) of choice is PyTorch!
-
thr3ed_atom Public
ReLU Fields The Little Non-linearity That Could
-
pro_gan_pytorch Public
Unofficial PyTorch implementation of the paper titled "Progressive growing of GANs for improved Quality, Stability, and Variation"
-
instant-ngp Public
Forked from NVlabs/instant-ngpInstant neural graphics primitives: lightning fast NeRF and more
Cuda Other UpdatedApr 3, 2023 -
-
edm Public
Forked from NVlabs/edmElucidating the Design Space of Diffusion-Based Generative Models (EDM)
Python Other UpdatedOct 31, 2022 -
BMSG-GAN Public
[MSG-GAN] Any body can GAN! Highly stable and robust architecture. Requires little to no hyperparameter tuning. Pytorch Implementation
-
T2F Public
T2F: text to face generation using Deep Learning
-
pro_gan_pytorch-examples Public
Examples trained using the python pytorch package pro-gan-pth
-
nerf Public
Forked from bmild/nerfCode release for NeRF (Neural Radiance Fields)
Jupyter Notebook MIT License UpdatedJun 1, 2021 -
-
open-styleganv2-pytorch Public
Open source + Free for Commercial Use implementation of StyleGANv2 in pytorch
-
SPADE Public
Forked from NVlabs/SPADESemantic Image Synthesis with SPADE
Python Other UpdatedApr 25, 2020 -
msg-gan-v1 Public
MSG-GAN: Multi-Scale Gradients GAN (Architecture inspired from ProGAN but doesn't use layer-wise growing)
-
python-instagram-filters Public
Forked from sindish/python-instagram-filtersJupyter Notebook UpdatedMar 11, 2020 -
stylegan2 Public
Forked from NVlabs/stylegan2StyleGAN2 - Official TensorFlow Implementation
-
msg-stylegan-tf Public
MSG StyleGAN in tensorflow
-
GAN-understanding Public
Implements gans on toy datasets and preliminary ML datasets for showing certain aspects of convergence and stability. Tries to cover various loss functions defined over the years.
-
BMSG-GAN with more features
-
Implementation of the paper -> https://arxiv.org/abs/1709.00155. For converting information present in the form of structured data into natural language text
-
fagan Public
A variant of the Self Attention GAN named: FAGAN (Full Attention GAN)
-
proSR Public
Forked from fperazzi-zz/proSRPython GNU General Public License v3.0 UpdatedNov 16, 2018 -
Implementation (with some experimentation) of the paper titled "VARIATIONAL DISCRIMINATOR BOTTLENECK: IMPROVING IMITATION LEARNING, INVERSE RL, AND GANS BY CONSTRAINING INFORMATION FLOW" (arxiv -> …
-
some-random-gan-2 Public
More experimentation with the base MSG-GAN architecture. This includes the coord-conv layers in the architecture. For more info about MSG-GAN, head to -> https://github.com/akanimax/msg-stylegan-tf
-
indian-celeb-gans Public
Various GANs trained on a dataset containing images of Indian Celebrities (procured by me).
-
Explanatory Code for performing Histogram Equalization on Images for contrast improvement. The code uses OpenCV in C++ for image read/write and uses pthread for multithreading
-
dcgan_pytorch Public
GAN example created using the attn_gan_pytorch package -> https://github.com/akanimax/attn_gan_pytorch
-
attn_gan_pytorch Public
python package for self-attention gan implemented as extension of PyTorch nn.Module. paper -> https://arxiv.org/abs/1805.08318
-
webDev-angularjs Public
Web projects as a part of the Single-Page-Web-Development-using-AngularJS coursera course. This repo contains use of Bootstrap for styling the front-end pages.
JavaScript GNU General Public License v3.0 UpdatedSep 8, 2018 -
some-randon-gan-1 Public
MSG-GAN with self attention. For MSG-GAN head to -> https://github.com/akanimax/MSG-GAN