Coders Packet

Packets submitted by ALBINUS B

Sudoku Solver using Python OpenCV and TensorFlow

The Python program allows the user to capture a sudoku puzzle and then returns its solution. OpenCV and TensorFlow are used for image processing and predicting the digits in the puzzle.

Identifying hand digit in Python using TensorFlow and OpenCV

The hand digit is captured, processed, and predicted using the model trained. Tensorflow and OpenCV are used majorly. project is done in python

Sudoku Solver using OpenCV and TensorFlow in Python

The Python program allows the user to capture a sudoku puzzle and then returns its solution. OpenCV and TensorFlow are used for image processing and predicting the digits in the puzzle.

Identifying the Handwritten digits using TensorFlow in Python

It allows the user to draw a number on the screen in Python using Pygame and have the program take a guess of which digit it is from the trained model. An augmented MNIST dataset is used.