Giter Site home page Giter Site logo

abdullahselek / plant-disease-classification Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 1.0 40 KB

A Python module that classifies disease on plants.

License: MIT License

Python 100.00%
plants disease classification convolutional-neural-networks deep-learning pytorch pytorch-cnn

plant-disease-classification's Introduction

plant-disease-classification

A Python module that classifies disease on plants. You can classify plant images from Python or from the command line with a simple classification library.

Built using Deep Learning and Convolutional Networks models trained here.

This also provides a simple plant disease classification command line tool that lets you do face recognition on a folder of images from the command line.

Installation

You can install plant-disease-classification using:

$ pip install plant-disease-classification

Getting the code

The code is hosted at https://github.com/abdullahselek/plant-disease-classification

Check out the latest development version anonymously with:

$ git clone git://github.com/abdullahselek/plant-disease-classification.git
$ cd plant-disease-classification

To install dependencies, run either:

$ pip install -r requirements.txt

To install the minimal dependencies for production use (i.e., what is installed with pip install plant-disease-classification) run:

$ pip install -r requirements.txt

Usage

Classification using Python

from plant_disease_classification import api

# Classification with image path
result = api.classify(image_path="YOUR_IMAGE_PATH")

# Classification with image data
result = api.classify(image_data=YOUR_IMAGE_DATA)

Classification via CLI

python -m plant_disease_classification -p testdata/4507d7a208e839e34466ba7d7bdb144e.jpg

python -m plant_disease_classification -d BASE64_ENCODED_IMAGE_DATA

plant-disease-classification's People

Contributors

abdullahselek avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

fsjo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.