Pinned Repositories
agentic-rag
Agentic RAG using LangChain and LangGraph
awesome-cryptoeconomics
📚 A curated collection of links for cryptoeconomists
bitcoinbook
Mastering Bitcoin 2nd Edition - Programming the Open Blockchain
blog
https://rajgarg021.github.io/blog/
diffusion-from-scratch
Implementing the DDPM paper from scratch to learn about diffusion models
gpt-from-scratch
Implementing a Decoder-Transformer network (10M parameters) from scratch
llama3-from-scratch
Clean inference code for LLaMA-3 with lots of comments explaining every step
quantization
Implementing various quantization techniques for neural networks using PyTorch
stable-diffusion-from-scratch
PyTorch implementation of Stable Diffusion from scratch
teenytoken
Clean implementation of Byte-Level Byte Pair Encoding algorithm commonly used for tokenization for LLMs
rajgarg021's Repositories
rajgarg021/llama3-from-scratch
Clean inference code for LLaMA-3 with lots of comments explaining every step
rajgarg021/agentic-rag
Agentic RAG using LangChain and LangGraph
rajgarg021/bitcoinbook
Mastering Bitcoin 2nd Edition - Programming the Open Blockchain
rajgarg021/blog
https://rajgarg021.github.io/blog/
rajgarg021/deep-learning-coursera
Deep Learning Specialization by Andrew Ng on Coursera.
rajgarg021/deltapy
DeltaPy - Tabular Data Augmentation
rajgarg021/DeOldify
A Deep Learning based project for colorizing and restoring old images (and video!)
rajgarg021/diffusion-from-scratch
Implementing the DDPM paper from scratch to learn about diffusion models
rajgarg021/ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
rajgarg021/facenet
Face recognition using Tensorflow
rajgarg021/gpt-from-scratch
Implementing a Decoder-Transformer network (10M parameters) from scratch
rajgarg021/lazynlp
Library to scrape and clean web pages to create massive datasets.
rajgarg021/quantization
Implementing various quantization techniques for neural networks using PyTorch
rajgarg021/stable-diffusion-from-scratch
PyTorch implementation of Stable Diffusion from scratch
rajgarg021/teenytoken
Clean implementation of Byte-Level Byte Pair Encoding algorithm commonly used for tokenization for LLMs
rajgarg021/cherry-apparel-similarity-search
Cherry Apparel Image Similarity Search
rajgarg021/Fine-tuning-BERT-for-sentiment-analysis
rajgarg021/image-to-json
rajgarg021/LLM-experiments
experimenting with various proprietary and open-source LLMs
rajgarg021/MathAndScienceNotes
Notes/links on math and science, including statistics, bayes, cmpsc, quant trading, machine learning, etc
rajgarg021/paligemma-from-scratch
Implementing a Multimodal (Vision) Language Model from scratch in PyTorch
rajgarg021/rag_textual_context
rajgarg021/rag_video_context
rajgarg021/Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
rajgarg021/Screenshot-to-code
A neural network that transforms a design mock-up into a static website.
rajgarg021/teenygrad
rajgarg021/Tensor-Puzzles
Solve puzzles. Improve your pytorch.
rajgarg021/tuning_playbook
A playbook for systematically maximizing the performance of deep learning models.
rajgarg021/VideoReID
Detect, track and re-identify people across frames in a video
rajgarg021/wtfpython
If you think you know Python, think once more!