{"id":18819459,"url":"https://github.com/vggm/sudoku-solver-script-with-ml","last_synced_at":"2025-10-14T15:42:43.240Z","repository":{"id":222711675,"uuid":"758170412","full_name":"vggm/sudoku-solver-script-with-ml","owner":"vggm","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-19T16:26:02.000Z","size":12708,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-29T09:07:39.860Z","etag":null,"topics":["backtracking","image-processing","machine-learning"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vggm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-15T19:01:51.000Z","updated_at":"2024-05-19T16:26:05.000Z","dependencies_parsed_at":"2024-05-11T12:23:13.991Z","dependency_job_id":"79ca55d3-2bb5-4814-942d-49df5c3ea299","html_url":"https://github.com/vggm/sudoku-solver-script-with-ml","commit_stats":null,"previous_names":["vggm/sudoku-solver-script-with-ml"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vggm/sudoku-solver-script-with-ml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vggm%2Fsudoku-solver-script-with-ml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vggm%2Fsudoku-solver-script-with-ml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vggm%2Fsudoku-solver-script-with-ml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vggm%2Fsudoku-solver-script-with-ml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vggm","download_url":"https://codeload.github.com/vggm/sudoku-solver-script-with-ml/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vggm%2Fsudoku-solver-script-with-ml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019344,"owners_count":26086711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backtracking","image-processing","machine-learning"],"created_at":"2024-11-08T00:23:10.754Z","updated_at":"2025-10-14T15:42:43.206Z","avatar_url":"https://github.com/vggm.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sudoku Solver\n\nSudoku Solver algorithm inspired by [`@santifiorino`](https://github.com/santifiorino/sudoku.com-solver).\n\n![SudokuSolver](./SudokuSolverExample.gif)\n\nThis project implement an algorithm that solve a sudoku clicking on the topleft and bottomright corners of the sudoku in [sudoku.com](sudoku.com).\n\nIt can be possible thanks to implement a **Random Forest model** that *'translate'* images of numbers to numbers.\n\n## How to use\n\n\n\u003e [!WARNING]\nTo run this projects, **it must be installed** the next libraries from **pip**:\n\n| Packet | Function |\n| :----: | :------: |\n|scikit-learn|machine learning model|\n|joblib|load and save models|\n|numpy|math lib|\n|pandas|data manipulation|\n|matplotlib|data presentation|\n|pynput|devices controll|\n|pyautogui|devices controll|\n|opencv-python|image manipulation|\n|ipykernel|jupyter|\n\nIt can be installed all in one with the next command:\n\n```\npip install scikit-learn joblib numpy pandas matplotlib pynput pyautogui opencv-python ipykernel\n``` \n\n \u003e [!TIP]\n \u003e I highly recommend use a virtual environment, running the next command in the directory of the project:\n\n```powershell\npy -m venv \"venv\" \n```\n\nAnd then, activate the venv:\n\n**Windows**\n\n```\n.\\venv\\Scripts\\activate\n```\n\n**Linux**\n\n```\nsource .\\venv\\bin\\activate\n```\n\nWith all done, just run the main file and you will have to click twice (not double-click necessary) when the [sudoku.com](sudoku.com) page is on the screen (recommended on full screen and it's not necessary to do both clicks on the page, just the second one):\n\n```powershell\npy main.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvggm%2Fsudoku-solver-script-with-ml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvggm%2Fsudoku-solver-script-with-ml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvggm%2Fsudoku-solver-script-with-ml/lists"}