Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/angelhtml/tensorflow_pepsi_cocacola_identifier-
- Owner: angelhtml
- Created: 2023-10-22T17:49:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-27T20:53:34.000Z (8 months ago)
- Last Synced: 2024-03-27T21:45:42.235Z (8 months ago)
- Topics: ai, angelcodestyle, coca-cola, data-science, dataset, deep-learning, image-classification, machine-learning, nuralnetwork, pepsi, python, tensorflow
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tensorflow pepsi cocacola identifier
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
```