Skip to content

alexfaus08/Recognizing-Scrabble-Letters

Repository files navigation

Recognizing Scrabble Letters

After labeling images of Scrabble letters on LabelBox, a Keras model is fed these images and labels. Then, predictions of future letters can be made.

Getting Started

You will need:

File List

  • letters.csv Downloaded labeled images of Scrabble letters from LabelBox
  • loadimages.py Converts data (images) from letters.csv to a numpy array
  • loadlabels.py Converts data (labels) from letters.csv to a numpy array
  • resize_images.py Takes the numpy array from loadimages.py and resizes each element to 100 by 100 and makes them grayscale.
  • main.py creates a Keras model for recognizing scrabble images
  • labels.npy a NumPy file of the labels
  • resized_data.npy a NumPy file of the resized and recolored images

Author

  • Alexander Faus

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages