Skip to content

OliverW10/word-search-solver

Repository files navigation

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

About

App to solve find-a-words from a picture

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages