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

https://github.com/kamangir/image-classifier-2

A state-of-the-art fully customizable TensorFlow image classifier w/ a bash cli.
https://github.com/kamangir/image-classifier-2

bash-scripting deep-learning image-classification machine-learning python tensorflow transfer-learning

Last synced: 3 months ago
JSON representation

A state-of-the-art fully customizable TensorFlow image classifier w/ a bash cli.

Awesome Lists containing this project

README

        

# image-classifier

![image](https://user-images.githubusercontent.com/1007567/173676989-dc9ee636-fc55-4224-b4a2-25af51f6d685.png)

A state-of-the-art fully customizable TensorFlow image classifier w/ a bash cli.

---

- this repo is based on the [Transfer Learning EfficientNetB0](https://www.kaggle.com/code/moiscmig/transfer-learning-efficientnetb0-99) solution for [Kaggle vegetable classification and recognition](https://www.kaggle.com/datasets/misrakahmed/vegetable-image-dataset) - purpose: classify 15 different types of vegetables using transfer learning.
- this repo uses the [train/predict/eval+ingest model](https://gist.github.com/kamangir/7089b3579923f6aa226e459eb3292117) for deep vision models - here is [more](https://arash-kamangir.medium.com/training-prediction-and-evaluation-of-machine-visions-models-in-validation-mode-fa255f7811ad).