Image Blur Effects App

This app demonstrates two types of blur effects: background blur using segmentation and depth-based lens blur.

1 50
1 50

How it works

  1. Background Blur: Uses a SegFormer model to identify foreground objects (like people) and blurs only the background
  2. Depth-based Lens Blur: Uses a DPT depth estimation model to apply variable blur based on estimated distance

Try uploading a photo of a person against a background to see the effects!