Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 314 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 314 Bytes

Chess-Seer

A Convolutional Neural Network For Recognizing Chess Pieces.

AugmentData.py

  • Takes the images from the /src directory and prepares it into a training and testinng DataSet.

ChessSeerTesting.py

  • Takes the new DataSets, trains the CNN, and tests it.
  • It also implements TensorBoard.