Recent Projects

imaginate

AISAAS

This is a vibe coding web application. It is in beta, but its a functional application that takes a prompt and creates a web application based on the user's request..

https://imaginate.run

insight-flow

AISAAS

This web application allows users to save and embed youtube video transcriptions and chat with this data for insights.

https://insight-flow.app

autonix

AISAAS

This web application is a n8n and zapier like automation workflow platform. It supports manual trigger, http request nodes, Google Form trigger, AI Provider(e.g. OpenAI, Google Gemini, Anthropic) nodes, and Stripe nodes. You can mix and match these nodes and triggers using a node based visual layout to create robust workflows.

https://autonix.sh

road-network-optimization

AI

Built a Python transportation-network optimization project using NetworkX and A* pathfinding to simulate traffic across weighted road graphs and identify the highest-value unconnected roads to add.

/blog/road-network-optimization

network-flow-optimization

AI

Built a Python network-flow optimization project using NetworkX to simulate flow assignment across directed graphs with edge-capacity and flow-conservation constraints, benchmarked against Edmonds-Karp maximum flow.

/blog/network-flow-optimization

stochastic-policy-navigation

AI

Built a Python grid-world policy optimization project using NetworkX to model a reward-based environment with terminal states, obstacles, and probabilistic action noise to learn optimal navigation policies.

/blog/stochastic-policy-navigation