Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 587 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 587 Bytes

Maze Puzzle Solver using Computer Vision in Python [LIVE DEMO]

A simple OpenCV based web app for solving mazes using Morphological operations. Functionality to upload custom mazes to solve, or to use existing mazes. The app is live at: https://maze-puzzle-solver.herokuapp.com/

Samples:

enter image description here

enter image description here

Resources:

Streamlit and OpenCV official documentation