Tutorials

Some tutorials I’ve created while being a teaching assistant for various courses:

A Gentle Introduction to PyTorch
DS 207 - Introduction to NLP, February 2025 @ Indian Institute of Science

A beginner friendly, high-level overview of why and how to PyTorch.

Slides / Notebook / Course Page

Select Projects

Some projects I’ve enjoyed working on:

autoval

Unittest-based auto-grading utility for assignments. Relieves TA burden by 50%. (citation needed)

Code / Homepage
Legal Text Crawler

A scraper for collating unlabeled data from the website of Indian courts, for use in legal NLP tasks.

Code / Homepage
FileSystem Operations

A C++ utility to demonstrate various filesystem syscalls. Includes a standalone argument parser.

Code / Homepage