This is a Deep Learner Terminal App that classify flower images and map them to their various names.
| Tool | |
|---|---|
| Language | Python |
| IDE | Vs Code / Jupyter notebook |
We start by installing the following python libraries using your terminal, but note python 3 should have already been installed on your device.
- Numpy - pip install numpy
- Matplotlib - pip install matplotlib
- TensorFlow - pip install tensorflow