Skip to content

This is a neural network terminal app built with a pre-trained model that could classify 100+ flower images.

Notifications You must be signed in to change notification settings

tediyang/Image_Classifier_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Classifier App

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

Installation

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

To run the app

Open your windows, mac or linux terminal and run the python script. The procedure of how to use the saved model is explained when you run the python script.

About

This is a neural network terminal app built with a pre-trained model that could classify 100+ flower images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published