OCR hidden words
EPITA, second year project, an image OCR hidden words solver using image processing and AI
Sep 2025 → Dec 2025
This project was the EPITA second-year, third-semester project. The idea was to build a C program that could load a hidden words game image, pre-process the image using filters, detect the grid of letters and the word list via an algorithm, create an MLP neural network to recognize the letters, and finally solve the game. Everything ran in a GUI powered by Nuklear immediate mode GUI. Our group was awarded best project by the jury, as our algorithms were extremely resilient.
Built with
- C
- Git