An experimental web-app to tell you if you're missing some puzzle pieces
  • JavaScript 41.5%
  • Rust 33.8%
  • Jinja 20.8%
  • Python 2.3%
  • HTML 1.6%
Find a file
2026-08-11 13:19:57 +02:00
debug Detect dots 2026-07-07 22:44:32 +02:00
images Bootstrap labelling server 2026-08-07 11:45:52 +02:00
labelling Draft surface editor 2026-08-11 13:19:57 +02:00
model-training Train corners 2026-08-11 09:51:12 +02:00
src Bootstrap labelling server 2026-08-07 11:45:52 +02:00
.gitignore Improve training script 2026-08-10 12:34:13 +02:00
LICENSE First commit 2026-06-23 21:13:41 +02:00
package-lock.json WIP debug_find_page 2026-07-07 14:41:14 +02:00
package.json WIP debug_find_page 2026-07-07 14:41:14 +02:00
README.md Trying to squash a weird hang bug!!! 2026-07-07 10:41:13 +02:00
web_app.js WIP debug_find_page 2026-07-07 14:41:14 +02:00

Tout est bien là ?

This repo is an experiment with checking if all puzzle pieces are present in a photo.

New name ideas:

  • "toutes les pièces comptent"

OpenCV functions:

  • cvtColor
  • GaussianBlur
  • Canny
  • findContours
  • arcLength
  • approxPolyDP
  • getPerspectiveTransform
  • warpPerspective
  • threshold
  • contourArea

Dependencies