Skip to content

This repo uses TensorFlow's Inception V3 Model to classify whether an image is a tomato or a potato. The model can be used to classify more types of plants, simply add more labeled folders of images.

Notifications You must be signed in to change notification settings

singhcpt/PlantClassifier

Repository files navigation

Plant Classifier

This repo uses TensorFlow's Inception V3 Model to classify whether an image is a tomato or a potato. The model can be used to classify more types of plants, simply add more labeled folders of images. I used Siraj Raval's TensorFlow tutorials to develop this. Another useful resource for working with TensorFlow's Inception V3 Model is CodeLab.

el el

Requirements

Usage

  1. Run the classifyPlant script to output the label of the image. python classifyPlant.py /path/to/file

Results

Training Accuracy

accuracy

Test Potato Image

accuracy

Test Tomato Image

accuracy

About

This repo uses TensorFlow's Inception V3 Model to classify whether an image is a tomato or a potato. The model can be used to classify more types of plants, simply add more labeled folders of images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages