Skip to content

Latest commit

 

History

History
40 lines (37 loc) · 719 Bytes

File metadata and controls

40 lines (37 loc) · 719 Bytes

Image Classification GUI

Image classification GUI app using Python.

Requirements

  1. Python 3
  2. Keras
  3. Tensorflow
  4. PIL
  5. Numpy
  6. Matplotlib

Setup Instructions

  1. Clone the repository
$ git clone https://github.com/kasai2210/image_classification_gui.git
$ cd image_classification_gui
  1. Install the dependencies
For Python 3
$ pip3 install -r requirements.txt
For Python
$ pip install -r requirements.txt

Run the app

For Python 3
$ python3 gui.py
For Python
$ python gui.py

Testing on examples

  1. Click on upload image, upload an image of your choice
  2. Click the classify button

YOU ARE GOOD TO GO !!