The idea of this project is to build a mobile application that would allow a player to take a shot of a Scrabble board, and, given the available letters, compute the best next move.
There are two sides to this project, each of which, when developed to a high standard, may a be a separate project on its own:
Part 1: The computer vision side: given a shot of the board, analyse it and produce a representation of the board.
Part 2: The AI side: given a representation of the board, determine the strongest move.
Prerequisites: excellent programming skills and a degree of ingenuity.