Projects

This is a collection of my side projects and experiments, mostly powered by curiosity and the classic "I swear this will work" optimism.

utube2stems

1

Paste a YouTube link and get seperated vocal and instrumental files, labeled with BPM & key detection

Python numpy

attendance-nft

NFT-based attendance tracking system for live events

TypeScript Solidity hardhat

miniapp-nextjs-template

NextJS Template to build Mini-Apps for Universal Profiles on LUKSO

TypeScript JavaScript SCSS

comfyui-api-wrapper

ComfyUI API Wrapper, turn your generative AI workflows to an endpoint

TypeScript generative-ai

leave_a_review

6

Leave a movie review on Solana blockchain! Full-stack Solana dApp built with native Rust and NextJS

TypeScript Rust CSS

merkle_tree_client

A client transmits file data to the server that generates a Merkle tree and proof for later integrity verification.

Rust merkle-proof merkle-tree

web_template

Web server template in Rust to be used by LLM agents

Rust

reward-tokenomics

A token( X ) that distributes a reward token( Y ) to it's holders, no staking required.

Solidity JavaScript

decentralized-exchange

DEX implementation with mock ERC20 tokens, both market and limit orders are available

JavaScript Solidity SCSS

multisig-wallet-truffle

1

Multisig wallet where predefined approvers can propose and approve transactions before execution.

JavaScript Solidity HTML truffle

storage-on-avalanche

3

Interaction with a smart contract that deployed on Avalanche FUJI Testnet

JavaScript HTML

qlearning-for-maze

A program that solves and visualizes a maze using Q-learning based on user-defined parameters.

Java q-learning reinforcement-learning