This project implements a seam carving algorithm for content-aware image resizing.
- Removes vertical seams from an image to reduce its width.
- Highlights removed seams in red.
- Uses a custom energy function based on image gradients.
pip install -r requirements.txt