Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 282 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 282 Bytes

Sudoku Solver using OpenCV, Deep Learning CNN using Python, Tensorflow and Keras

This project uses opencv for all the image processing tasks like:

  • binarizing images
  • Wrapping perspective
  • Finding Contours

Tensorflow and Keras for data sets and Sequential Model respectively