Bhuvan-21's Stars
adam-p/markdown-here
Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending.
TheAlgorithms/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
eriklindernoren/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
OpenMined/PySyft
Perform data science on data that remains in someone else's server
XPixelGroup/BasicSR
Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also support StyleGAN2, DFDNet.
cszn/KAIR
Image Restoration Toolbox (PyTorch). Training and testing codes for DPIR, USRNet, DnCNN, FFDNet, SRMD, DPSR, BSRGAN, SwinIR
leftthomas/SRGAN
A PyTorch implementation of SRGAN based on CVPR 2017 paper "Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network"
towardsai/tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
allenai/visprog
Official code for VisProg (CVPR 2023 Best Paper!)
snap-stanford/stark
STaRK: Benchmarking LLM Retrieval on Textual and Relational Knowledge Bases (NeurIPS D&B 2024)
wkhademi/ImageEnhancement
Various models for handling underexposure, overexposure, super-resolution, shadow removal, etc.
ShivamSinghal1/Competitive-Programming-Algorithms
The purpose of this repository is to get all the Algorithms required for Competitive Programming at one place. This will be very helpful. Also one can contribute to this repository and learn something from this.
michaelmendoza/simple-raytracer
Simple C++ library for 3D raytracing
Bhuvan-21/Data-Structures
Data Structures implemented in C++
Bhuvan-21/Pvt-AI
This contains code around privacy preserving AI.
Bhuvan-21/Computer-Vision
CV code implementations
Bhuvan-21/Deblurring-Images
In this project, I have trained a pix2pix like model on 100x100 images to increase the image quality.
Bhuvan-21/DeepLearning
Code for different types of DL applications
Bhuvan-21/Kaggle-GAN
My code for the competition [GAN-Monet](https://www.kaggle.com/c/gan-getting-started)
Bhuvan-21/Machine-Learning
Machine Learning codes
Bhuvan-21/OCR
Optical Character Recognition
Bhuvan-21/Search-Algorithms
DFS, BFS, Hil Climbing (BestFirst), A* Algorithms in Python
paridhisharma24/Conditional-GANs