{"id":16766368,"url":"https://github.com/joyrex2001/sudosolv","last_synced_at":"2025-09-10T03:45:30.448Z","repository":{"id":57704447,"uuid":"489478751","full_name":"joyrex2001/sudosolv","owner":"joyrex2001","description":"Sudosolv will take a picture of a sudoku and will solve the sudoku accordingly.","archived":false,"fork":false,"pushed_at":"2022-05-31T11:07:59.000Z","size":91,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T00:28:53.173Z","etag":null,"topics":["machinelearning","sudoku"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joyrex2001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-06T19:59:09.000Z","updated_at":"2023-04-07T15:01:28.000Z","dependencies_parsed_at":"2022-09-26T21:21:06.701Z","dependency_job_id":null,"html_url":"https://github.com/joyrex2001/sudosolv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joyrex2001%2Fsudosolv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joyrex2001%2Fsudosolv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joyrex2001%2Fsudosolv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joyrex2001%2Fsudosolv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joyrex2001","download_url":"https://codeload.github.com/joyrex2001/sudosolv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243871651,"owners_count":20361378,"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","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":["machinelearning","sudoku"],"created_at":"2024-10-13T06:06:09.212Z","updated_at":"2025-03-16T12:45:24.468Z","avatar_url":"https://github.com/joyrex2001.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sudosolv\n\nSudosolv will take a picture of a sudoku and will crop the sudoku from the image and decode this into plaintext.\n\nTo use this, you will need to train a number recognition classifier first. There are two datasets possible, either the mnist dataset, or a generated dataset based on available fonts.\n\nPrepare the fonts dataset:\n```shell\ncd dataset/fonts\nsh download.sh\nsh create.sh\n```\n\nPrepare the mnist dataset:\n```shell\ncd dataset/mnist\nsh download.sh\n```\n\nTrain the network:\n```shell\nmake train\n```\n\nTest with some sudoku image:\n```shell\ngo run main.go decode -w trained.bin -f my_sudoku_image.jpg\ngo run main.go decode -w trained.bin -f my_sudoku_image.jpg --display\n```\n\nOr run the webserver and play around on http://localhost:8080:\n```shell\ngo run main.go server -w trained.bin \n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoyrex2001%2Fsudosolv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoyrex2001%2Fsudosolv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoyrex2001%2Fsudosolv/lists"}