Skip to content

A Telegram bot that solves sudoku from image

License

Notifications You must be signed in to change notification settings

pintr/sudokusolver_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver Bot

A Telegram bot that recognize a sudoku scheme, solves it and returns the image with the results

By Pinter.

Modules

  • digitsDetector.py: reads a digit from an image
  • solverLogic.py: sudoku solver logic and solution formatter
  • sudokuSolver.py: reads the sudoku from the image and returns the resulting image
  • sudokusolver_bot.py: bot main, gets and sends messages and photos via Telegram

Training Data

Training data files:

  • data/samples.npy: contains a numpy float32 array of 20x20 px images.
  • data/labels.npy: contains a numpy array of integers corresponding to each image in the samples file.

Credits

This project uses:

References

About

A Telegram bot that solves sudoku from image

tg://resolve?domain=sudokusolver_bot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages