Skip to content

angelhtml/tensorflow_pepsi_cocacola_identifier-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tensorflow pepsi cocacola identifier

ml

How to use ⁉

First of all download the dataset from here

Then extract the zip inside the input folder

Train your dataset

python train.py

Test your model

enter your test image in test.py
image = tf.keras.utils.load_img("input/test/pepsi/18.jpg",target_size=(25,25))
python test.py