Vikrant
  • About
  • Blog
  • Projects
  • DSA
Categories
All (9)
Compilers (1)
Data Science (4)
Software Engineering (5)

miniRegex
2 min
Software Engineering
Compilers

A fully functional regular expression engine built from scratch in Python, featuring recursive descent parsing and backtracking search.

Dec 29, 2025

Logstash Parser
2 min
Software Engineering

In this project, I wrote a parser for Logstash pipelines using PyParsing.

Aug 23, 2025

Implementing Late Chunking in PyTorch
2 min
Data Science

In this project, I implemented a research paper from arXiv using PyTorch.

Feb 15, 2025

GPT-2
1 min
Data Science

In this project, I implemented GPT-2 architecture from scratch.

Jan 17, 2025

The Shakespeare In Me
1 min
Data Science

In this project, I implemented transformers architecture from scratch to create a decoder only GPT that sounds like Shakespeare.

Dec 14, 2024

Wavenet
1 min
Data Science

My implementation of a hierarchicaly neural network for language modeling, inspired from Andrej Karpathy’s YouTube Series.

Dec 4, 2024

Screener Scraper
2 min
Software Engineering

Manually getting data from websites like Screener can be tedious, especially if you want to run a simple computational model. I built a tool to automate the time-consuming…

Oct 29, 2024

HTTP Server From Scratch
2 min
Software Engineering

I always wondered how HTTP and servers worked under the hood. So I decided to build an HTTP web server from scratch, without relying on existing frameworks!

Oct 25, 2024

Money Map
1 min
Software Engineering

Money Map is a financial tool that lets you run simulations with different inputs and get an approximation of your financial plans.

Oct 18, 2024
No matching items