This project shows how to train and predict 3 classes of logo with keras and tensorflow lite
python3, keras 2.2.4, tensorflow 1.15.0
Replace the current image folders in dataset/raw-img/train and dataset/raw-img/validation by your image folders.
Then
python3 train.pypython3 convert2tflite.pypython3 predict.pypython3 inference_on_tflite.py