-
-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Project Addition] :Real Time Sudoku Solver Using OpenCV #774
Comments
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊 |
This repo demands to implement at least 2-3 models for each and every problem statement. |
I could do one with backtracking algorithm (brute force), then optimize it in the next, and then develop using recursion when needed in the third. These could work on a dataset of 50 difficult sudoku that I have downloaded. The only thing here would be that I wouldn't use OpenCV. |
As you are going to build this solver application, a web app should be there to showcase the working of the model you are going to implement. Are you up for this? |
A ReactJS website with minimal UI would work.
|
Use the best model as the backend of the web app. This should be like this, user uploads an unsolved sudoku image and the model will solve the sudoku and show the user the correct result. |
How about I make a python application and, using the camera, user shows the image of the sudoku and using opencv it overlays the answers ? |
Cool that will work too. Showing the implementation of the model is the priority for me from a layman's perspective. |
Ok. Can you assign me this issue then? |
Assigned @abckhush |
Deep Learning Simplified Repository (Proposing new issue)
🔴 Project Title : Real Time Sudoku Solver Using OpenCV
🔴 Aim : To solve sudoku in seconds.
🔴 Dataset : Any Sudoku Image.
🔴 Approach : CNN and backtracking algorithm.
📍 Follow the Guidelines to Contribute in the Project :
requirements.txt
- This file will contain the required packages/libraries to run the project in other machines.Model
folder, theREADME.md
file must be filled up properly, with proper visualizations and conclusions.🔴🟡 Points to Note :
✅ To be Mentioned while taking the issue :
Happy Contributing 🚀
All the best. Enjoy your open source journey ahead. 😎
The text was updated successfully, but these errors were encountered: