Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 440 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 440 Bytes

ImageClassifier

A simple image classification neural network

Prerequisites

Install Tensorflow and Kers

pip install keras
pip install tensorflow
pip install pillow

Create test and training set

copy your images to the following folder structure

/dataset
    /test_set
        /category1
        /category2
    /training_set
        /category1
        /category2