KATSS preview
ACTIVE Bioinformatics · 2025

KATSS

K-mer Analysis Tools for Sequence and Structure.

KATSS is a suite of command-line tools for efficient k-mer counting, indexing, and statistical enrichment analysis across large genomic datasets. Designed for RNA and DNA sequences, it integrates directly with standard bioinformatics pipelines.

CRCLI
This Portfolio preview
ACTIVE Web · 2025

This Portfolio

Personal portfolio and research website built with SvelteKit.

The site you are currently viewing. Built with SvelteKit, TypeScript, and pure CSS — no UI framework. Features a particle wave hero, space-themed layout, and data-driven research and project pages.

SvelteKitTypeScriptCSS
Traffic Signal Optimization preview
ACTIVE Machine Learning · 2025

Traffic Signal Optimization

Traffic signal optimization using reinforcement learning.

By utilizing reinforcement learning, we aimed to improve traffic flow at traffic intersections by optimizing control signals. This would help reduce wasted fuel, reduce CO2 emmissions, and traffic delay for drivers.

Reinforcement LearningPythonRstablebaselines3
No preview
ACTIVE Systems · 2025

LLVM Fused-Multiply Add

LLVM Fused-Multiply Add (FMA) optimization pass.

An LLVM pass to detect and transform sequences of separate FMUL and FADD instructions into a single fused multiply-add instruction (FMA), if the target hardware supports it.

C++LLVMBASH