Projects

Have a look at my works

Academic Projects

DiffFace

DiffFace

Diffusion-based Face Swapping with Facial Guidance

Learn more →

Toy Projects

Line segment intersection

Line segment intersection

The following code detects all intersection of randomly generated line segments, in O(nlogn) time complexity.

Learn more →
Convex hull generation

Convex hull generation

The following code generates convex hull, in O(nlogn) time complexity. Graham scan is used.

Learn more →