#Repository to test out creating a custom model for TensorFlow
Execution starts in the main.py file.
##Resizing images before extracting features and chroma for training and testing
The imageMagick command line tool is used. Command : convert filename.jpg -resize 20% new_filename.jpg