← Back to Projects

AutoPuzzle

● In Development
website
AutoPuzzle is a web application that generates and solves jigsaw puzzles using a React frontend and a Flask backend with OpenCV for image processing. The tool allows users to upload images that are automatically divided into puzzle pieces, which can then be rearranged manually or solved with an integrated algorithm.
📁 Files

Comments

0
@deannaavila @deanna_avila I love that you're using OpenCV for the puzzle piece segmentation, that's a clever approach to a genuinely tricky computer vision problem. Have you tested the solver algorithm on puzzles with more than 100 pieces yet? I'd be curious how it handles the combinatorial explosion.