Relevancite: your personal research validating AI assistant

Motivation Academic research depends on accurate citations, yet verifying whether a referenced paper truly supports a claim can be tedious and error-prone. In large literature reviews, this task becomes nearly impossible to perform manually for every claim. RelevanCite was created to address this challenge, aiming to reduce errors, save researchers time, and strengthen the integrity of scholarly work.

Read More

Dockerized FastAPI template with Celery and Redis for Asynchronous Task Management

While I was working on an application that required handling of long asynchronous tasks, I was talking to a mentor of mine who asked me how I was going to handle the user experience while those tasks were being processed in the background. I hadn’t really thought about it much, so he suggested that I look into using Celery with Redis as a message broker to manage those tasks asynchronously, allowing the main application to remain responsive.

Read More

PAYO – An Offline Customer Initiated One-Time-QR code based Payment System

Motivation Have you ever tried to pay with your phone, only to find there’s no internet or the connection is too slow? Many digital payment systems need both the sender and receiver to be online, which isn’t always possible, especially in places with spotty coverage. PAYO was created to make payments easier and more secure, even when you’re offline. The goal is to let anyone pay quickly and safely, no matter where they are.

Read More

Trying out 3D in the Web

I wanted to try out 3D design for the web. I utilized Spline, a powerful tool that simplifies the process of creating and integrating 3D models into web applications.

Read More

Pixel Art Canvas

A web-based tool that allows users to create and share pixel art, with features for drawing, coloring, and saving artwork.

Read More

Sales Statement Creator

A web app that I made using Python and Flask that generates PDFs of sales records for businesses. It can grab client details using their VAT/PAN number from the government’s website ird.gov.np. It then generates a report that shows the total transaction that occured between the parties in a PDF file.

Read More

TidyFox

This is my custom Firefox userChrome.css setup with the extension Sideberry. It features vertical tabs, tab groups, toggleable sidebar, compressed single-line search bar, and window controls to maximize vertical space. You can find more details on the GitHub page.

Read More

2048

A web implementation of the popular 2048 puzzle game, designed with a smooth user interface.

Read More