Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/angelhtml/tensorflow_pepsi_cocacola_identifier-

Tensorflow pepsi and cocacola identifier, simple machine learning project
https://github.com/angelhtml/tensorflow_pepsi_cocacola_identifier-

ai angelcodestyle coca-cola data-science dataset deep-learning image-classification machine-learning nuralnetwork pepsi python tensorflow

Last synced: 2 days ago
JSON representation

Tensorflow pepsi and cocacola identifier, simple machine learning project

Awesome Lists containing this project

README

        

# 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

```cmd
python train.py
```

Test your model


enter your test image in test.py

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

```cmd
python test.py
```