KulkarniKaustubh
CS Grad Student @ CU Boulder | National Level TT Player | Trying to keep up with the pace.
University of Colorado at BoulderIndia
Pinned Repositories
CatDogClassification
A CNN to distinguish between cat images and dog images with a fairly high accuracy with less data
CatGAN
A DCGAN and WGAN implementation of GANs in PyTorch to generate cats
CoronaIndiaStats
Minimalistic App to display Covid19 information related to India
DigitGenerator
Using a DCGAN to generate digits resembling the MNIST dataset
dotfiles
All my config files for my Arch Linux setup.
fzf-dir-navigator
This is a directory navigation plugin for zsh using fzf.
PokeGAN
A DCGAN to generate Pokemon
PythonVenvMerger
Utility to link packages from different Python virtual environments to your current one
SmartRoom
Collection of programs for a Smart Room
topspin-tracker
KulkarniKaustubh's Repositories
KulkarniKaustubh/CoronaIndiaStats
Minimalistic App to display Covid19 information related to India
KulkarniKaustubh/FaceMaskDetector
A simple face-mask detector
KulkarniKaustubh/KernelModules
All programs written following the LKMPG book (kernel 5.2 and above version)
KulkarniKaustubh/LineFollowerBot
KulkarniKaustubh/NNfSiX
Neural Networks from Scratch in other languages
KulkarniKaustubh/emojiscreen
EmojiScreen is a listing of movies, TV shows and musicals depicted through emojis.
KulkarniKaustubh/image-gpt
KulkarniKaustubh/IntalLibrary
Library for very large integers
KulkarniKaustubh/LA_4th_sem_scilab_assignments
Scilab assignments for 4th semester UE18MA151 (Linear Algebra)
KulkarniKaustubh/LibraryManagementSystem
A small database for a library
KulkarniKaustubh/SecondGreatestElement
To find the second greatest element using Stepanov's Binary Counters. Uses least time and space complexity.
KulkarniKaustubh/StateSpacePuzzle
A state space puzzle for 3 mugs, with all possible solutions, solved using backtracking