Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.03 KB

README.md

File metadata and controls

14 lines (9 loc) · 1.03 KB

word-search-solver

This is a App for android meant to solve a word search (find-a-word) puzzle from a photo. It is made with Python using kivyMD for the GUI, OpenCV for the vision and builds to android with buildozer

The vision isolates letters using contours and classifies them using k-Nearest Neighbour so that it can place them in a grid and search for words.

You can copy the APK file in /bin to your android phone and run it to install the app

TO DO:

  • Make Solver Based on position not grid

When cloning use git clone --depth 1 https://github.com/OliverW10/word-search-solver.git to reduce size to get the test images use git submodule init and then git submodule update