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

https://github.com/tucan9389/tf2-mobile-image-classification


https://github.com/tucan9389/tf2-mobile-image-classification

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Image Classification for TensorFlow 2.0

## Training Methods

- [x] transfer learning
- [ ] custom model

## Getting Started

### 1. Get Dataset

### 2. Set Up Environment

### 3. Configure Input/Output Path

## Run The Project

### If Use PyCharm

### If Use Terminal

## Results

## TODO

## Environment

- [x] macOS 10.15.2
- PyCharm 2018.3 PROFESSIONAL
- Anaconda 4.6.8
- Python 3.7.6
- TensorFlow 2.0.1
- [ ] Linux <#TODO#>

## Reference

- [colab - images.ipynb](https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/tutorials/load_data/images.ipynb)
- [colab - flowers_tf_lite.ipynb](https://colab.research.google.com/github/tensorflow/examples/blob/master/community/en/flowers_tf_lite.ipynb)
- [Ahmkel/Keras-Project-Template](https://github.com/Ahmkel/Keras-Project-Template)