Closed Tusharb331 closed 3 weeks ago
Thanks for creating the issue in ML-Nexus!🎉 Before you start working on your PR, please make sure to:
Thanks for raising this issue! However, we believe a similar issue already exists. Kindly go through all the open issues and ask to be assigned to that issue.
Hello @Tusharb331! Your issue #517 has been closed. Thank you for your contribution!
Is your feature request related to a problem? Please describe.
The current implementation lacks a computer vision module that can automatically extract Sudoku puzzles from images and preprocess them for solving. This feature would enhance the usability of the solver by allowing users to input images of Sudoku puzzles directly.
Describe the solution you'd like
I propose adding a computer vision module using OpenCV and TensorFlow. This module will:
Describe alternatives you've considered
Approach to be followed (optional)
Additional context
This feature will require libraries like OpenCV for image processing and TensorFlow for digit recognition. The existing dependencies such as numpy, Pillow, and h5py will also support this implementation. By leveraging these tools, users can solve Sudoku puzzles directly from photographs, making the solver more versatile and accessible.