| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this userโs behavior. Learn more about reporting abuse.
Report abuseIโm an engineering leader and hands-on AI/ML builder, focused on deeply understanding and implementing the nuts and bolts of modern LLMs. From training tokenizers and building BPE from scratch, to implementing transformers line-by-line, I love demystifying AIโone project and one workshop at a time.
| Project | What I Did |
|---|---|
| ๐งฉ Byte Pair Encoding (BPE) from Scratch | Wrote a custom BPE tokenizer in Python with support for special tokens, regex splitting, and vocab merging. |
| ๐ง LLM from Scratch | Implemented a transformer-based LLM (embedding โ attention โ MLP โ logits) using only PyTorch. Includes training loop, sampling, and inference. |
| ๐ฆ Agentic RAG Pipeline | Built end-to-end Retrieval-Augmented Generation workflows using LangChain, DuckDB, FAISS, and streaming token-by-token inference. |
| ๐ Text-to-SQL for CSVs | Built a system to parse natural language queries into SQL and run them over uploaded CSVs. Added Vespa-style search for LIKE queries. |
| ๐ฎ๐ณ Hindi Tokenizer (WIP) | Training a BPE tokenizer from scratch on Hindi corpora to enable better subword tokenization for Indian languages. |
| ๐ Secure LLM Workflows | Integrated Cloudflare Zero Trust, IP whitelisting, and API key validation in LangChain-based pipelines. |
| ๐ฆ SmartInvestReturns | A personal finance site to calculate SIP, retirement corpus, and mutual fund strategies. Built with Next.js & TypeScript. |
๐ฅ YouTube Channel โ @locallobaat
I create short explainers and tutorials on AI topics like tokenization, transformers, and building your own RAG pipeline.
Recent videos include โNo code whatsapp botโ and โChat with any CSV using langchainโ
๐ง RAG Beyond Basics Workshop
Covers advanced topics like agentic workflows, text-to-SQL, streaming outputs, observability, and PII-safe deployments.
Delivered at internal events, React Summit 2024, and community meetups.
A pure Python implementation of Byte Pair Encoding (BPE) tokenization, inspired by GPT-4's tokenization approach
Python 1
A clean, educational implementation of GPT-2 built from scratch using PyTorch. This project demonstrates the architecture and training of transformer-based language models.
Python 1
Implementation of mixture of experts with grouped query attention
Python
Implementation of llama models with GQA and RoPE
Python
Fast api sever with ai sdk v15 from next js
| Back | FazBrowse Home | New Git URL |