๐Ÿค– 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