Projects

Things I've built — click a tech tag to filter.

Custom Language Compiler in C
In Progress

Custom Language Compiler in C

Building a compiler from scratch in C for a custom programming language (.ab), targeting LLVM IR for optimization and code generation.

CLLVMCompiler DesignIR OptimizationCode Generation
RedditReels Generator
Completed

RedditReels Generator

CLI tool that scrapes Reddit posts and generates short-form video content with AI-powered TTS and auto-posting to Instagram/YouTube.

PythonFlaskMongoDBOpenAI WhisperOpenAI TTSInstagram APIYouTube API
BroCode - CP Problem Recommender
Completed

BroCode - CP Problem Recommender

CLI tool for competitive programmers that syncs Codeforces problems to GitHub and recommends personalized problems using ML.

PythonFlaskCodeforces APISklearnGitHub API
Options Trading Analysis Platform
Completed

Options Trading Analysis Platform

Algorithmic trading solution for options derivatives with LSTM-based price prediction achieving 21% returns.

PythonLSTMTensorFlowPandasTime Series Analysis