/Maze-Solver

A React based web app which detects mazes through webcam and provides the shortest path to the user. For maze detection, it uses OpenCV and Tensorflow. OpenCV, PIL and numpy for image enhancement and for solving and path printing Breadth First Search algorithm in Python.

Primary LanguageJavaScript