ChaosAdmStudent
I am a developer working in applications of AI and machine learning. I love exploring the intersection of my hobbies and ML like I did with badminton and music!
Delhi, India
ChaosAdmStudent's Stars
lutzroeder/netron
Visualizer for neural network, deep learning and machine learning models
naver/dust3r
DUSt3R: Geometric 3D Vision Made Easy
nerfstudio-project/gsplat
CUDA accelerated rasterization of gaussian splatting
hkproj/pytorch-stable-diffusion
Stable Diffusion implemented from scratch in PyTorch
kwea123/gaussian_splatting_notes
A detailed formulae explanation on gaussian splatting
kwea123/pytorch-cppcuda-tutorial
tutorial for writing custom pytorch cpp+cuda kernel, applied on volume rendering (NeRF)
Xinjie-Q/GaussianImage
🏠[ECCV 2024] GaussianImage: 1000 FPS Image Representation and Compression by 2D Gaussian Splatting
ppingzhang/Awesome-Deep-Learning-Based-Video-Compression
Paper list: deep learning based video compression
ChaosAdmStudent/InstantSplat
Implementation of InstantSplat where Dust3r is used instead of colmap for points initialization
ChaosAdmStudent/qualitative-badminton-player-analysis
In this group project carried out with @Anannyap7, the aim is to take a professional badminton match video as an input and predict the most probable space on the court where the shot will be hit by the player on the near side of the court.
Little-Podi/Learned_Compression
This repository is a paper digest of DNN-based approaches in data compression tasks.
Arnab-31/AngelCamp
This is a node.js application which let's users browse through various camping areas posted by other users and can post their own campground too.Users can also post comments to any campground.
jonnor/brewing-audio-event-detection
Tracking beer/wine using Audio Event Detection with Machine Learning
Arnab-31/RGB-Color-Game
Its Color Game in which you need to choose a color based on the given RGB code
Arnab-31/ToDo-WebApp
Its a simple ToDo List Web Application
Arnab-31/Dummy-Portifoloi-Site
Arnab-31/hello-world
Arnab-31/My-first-webpage
My first webpage
Arnab-31/Dummy-Portifolio-Site
Arnab-31/Test-Github
Its just to practice github
Arnab-31/SP
My first web-page using CSS
Zhu-K/text-prompted-3dgs-segmentation
Unofficial implementation of Segment Anything in 3D Gaussians, with the added functionality of text prompting and multi-view prompt initialization.
Anannyap7/Qualitative-Badminton-Player-Analysis
In this group project carried out with @ChaosAdmStudent, the aim is to take a professional badminton match video as an input and predict the most probable space on the court where the shot will be hit by the player on the near side of the court.
Anannyap7/Handwritten-Polynomial-Equation-Solver
Made a Handwritten Polynomial Equation Solver using CNN with @ChaosAdmStudent
Anannyap7/Movie-Genre-classification-using-Federated-Learning
Classifying movie genres based on movie posters using Federated Learning with neural networks (done along with @ChaosAdmStudent)
Anannyap7/Photo-to-Sketch-Coversion-using-Federated-Learning
Photo to Sketch Coversion using Federated Learning and Autoencoder with @ChaosAdmStudent
ChaosAdmStudent/DisasterRecoverySimulation
In this project, I have made a simulation of the disaster recovery system for a banking institution in scenarios of Earthquakes and Information Breach using Python, MySQL and PyGame
ChaosAdmStudent/DNN-Training-Acceleration
In this project, I implement and compare the different distributed training techniques from data parallelization and model parallelization from scratch using PyTorch
ChaosAdmStudent/music-genre-classification-using-fl
The aim of this project done with @Anannyap7 is to equip the music industry with a way to collaborate with third party developers without exposing their data. This has been accomplished using Federated Learning and the implementation of the concept has been shown on the simple task of Music Genre Classification.
ChaosAdmStudent/PolyEqSolverCNN
Made a Handwritten Polynomial Equation Solver using CNN with @Anannyap7