Projects
๐ค No code RAG AI Agent
An AI agent that uses documents as additional context for answering queries. Used my Resume PDF document for demonstrating RAG capabilities.
Built with: n8n, Ollama, Supabase
๐น๏ธ Unnamed 2D Game
Tried my hands at game development, learnt a thing or two about collision physics, animation using sprites, and crafting game worlds.
Built with: Lua, LรVE (Game Framework)
๐ช Valheim Mods
Mod pack containing various core gameplay changes to enhance the gameplay experience for the sandbox exploration and survival game Valheim.
Built with: C#, ILSpy (.NET Decompiler), Harmony (Runtime Patch Library)
#๏ธโฃ #define - My Personal Knowledge Base
My dev notes site where I collect detailed notes on the technologies Iโve learned over the years.
Built with: HTML, CSS, Hugo Templates in Go
๐จ comtemplate-hugo-theme
An aesthetically minimal theme for the Hugo framework, to collect my thoughts, experiences, and learnings. Complete with tags & pagination.
Built with: HTML, CSS, Hugo Templates in Go
โ hashme-cli
A simple command-line utility to generate hashes and verify if your files have been tampered with.
Built with: Python argparse library
๐ cachemeifyoucan!
Simple link shortener with powerful and efficient webpage archive redirection. Shortened links that redirects to the original. If the original is down, a cached version of the webpage is displayed.
Built with: Flask, Redis
๐ cachemeifyoucan! : ReST API
ReST API for cachemeifyoucan! to use with custom frontend.
Built with: FastAPI, Redis
๐ฆ Ducky: The Discord Bot
A custom discord bot that can fetch all kinds of stuff from reddit, memes to cute cat pics. Complete with scheduled posting, NSFW filters, and minigames.
Built with: discord.py, PRAW (Python Reddit API Wrapper)
๐ผ๏ธ Image Classifier w/ Tensorflow
A generic image classification program that uses Googleโs Machine Learning library Tensorflow and a pre-trained Deep Learning Convolutional Neural Network model like MobileNet or Inception.
Built with: Python, Tensorflow