This repository uses a pre-trained MobileNet model to build a Flower Classifier using Transfer Learning. This repository closely follows the Tensorflow for poets guide: https://codelabs.developers.google.com/codelabs/tensorflow-for-poets/
- Clone the repository
git clone https://github.com/iArunava/Flower-Classifier-using-MobileNets.git
- Move to the project directory
cd Flower-Classifier-using-MobileNets
- Run the project
python3 init.py
The code under this repository is distributed under GNU v3. Have fun!