All Projects → abdullahselek → plant-disease-classification-tf

abdullahselek / plant-disease-classification-tf

Licence: MIT License
Disease classification on different plants with using Machine Learning and Convolutional Neural Networks.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to plant-disease-classification-tf

simple faceswap
使用python-opencv和dlib实现的简单换脸程序
Stars: ✭ 50 (+21.95%)
Mutual labels:  opencv-python
robo-playground
Games and examples built for RoboMaster EP with RoboMasterPy | 与你的大疆机甲大师愉快玩耍,基于RoboMasterPy构建
Stars: ✭ 33 (-19.51%)
Mutual labels:  opencv-python
Image-Processing
A set of algorithms and other cool things that I learned while doing image processing with openCV using C++ and python.
Stars: ✭ 29 (-29.27%)
Mutual labels:  opencv-python
OpenCV-REST-API
Learn to create a REST API microservice for extracting faces from images using OpenCV, OpenCV-python, Flask, Docker, and Heroku
Stars: ✭ 71 (+73.17%)
Mutual labels:  opencv-python
Sign-Language-App
Training a model to recognize Sign Language then running inference on the Webcam
Stars: ✭ 25 (-39.02%)
Mutual labels:  opencv-python
PlayerDetection
Player detection and ball detection in football matches using image processing(opencv).
Stars: ✭ 50 (+21.95%)
Mutual labels:  opencv-python
pycv4rtsp
VideoCapture封装,读取rtsp的实时帧
Stars: ✭ 38 (-7.32%)
Mutual labels:  opencv-python
easy-real-time-face-recognition-python
No description or website provided.
Stars: ✭ 30 (-26.83%)
Mutual labels:  opencv-python
JetScan
JetScan : GPU accelerated portable RGB-D reconstruction system
Stars: ✭ 77 (+87.8%)
Mutual labels:  opencv-python
velocity
Structure From Motion (SFM) for vehicle speed
Stars: ✭ 30 (-26.83%)
Mutual labels:  opencv-python
Image-Processing-in-Python
This repository contains the links to the article that I wrote on Medium pertaining to Image processing.
Stars: ✭ 23 (-43.9%)
Mutual labels:  opencv-python
Swayam-Self-Driving-Car
This is an implementation of various algorithms and techniques required to build a simple Self Driving Car. A modified versions of the Udacity Self Driving Car Simulator is used as a testing environment.
Stars: ✭ 17 (-58.54%)
Mutual labels:  opencv-python
SCA-ScreenClickAi
Screen Click Ai - Old school Runescape game bot using OpenCV
Stars: ✭ 23 (-43.9%)
Mutual labels:  opencv-python
opencv-steel-darts
Automatic scoring system for steel darts using OpenCV, a Raspberry Pi 3 Model B and two webcams.
Stars: ✭ 138 (+236.59%)
Mutual labels:  opencv-python
Multiple-Object-Tracking
Blob detection of multiple objects with object indexing and drawning trajectories.
Stars: ✭ 18 (-56.1%)
Mutual labels:  opencv-python
FaceEmotionClassifier
人脸识别与卡通化
Stars: ✭ 102 (+148.78%)
Mutual labels:  opencv-python
book-ml
書籍「今すぐ試したい!機械学習・深層学習(ディープラーニング)画像認識プログラミングレシピ」のソースコードを配布するレポジトリです。
Stars: ✭ 29 (-29.27%)
Mutual labels:  opencv-python
Computer-Vision
Cool Vision projects
Stars: ✭ 51 (+24.39%)
Mutual labels:  opencv-python
Indian-Number-Plate-Recognition-System
Indian Number Plate Recognition System built using OpenCV
Stars: ✭ 72 (+75.61%)
Mutual labels:  opencv-python
VirtualCapsuleEndoscopy
VR-Caps: A Virtual Environment for Active Capsule Endoscopy
Stars: ✭ 59 (+43.9%)
Mutual labels:  disease-classification

plant-disease-classification

A Convolutional Neural Network with TensorFlow and OpenCV using a dataset that contains different leafs of different plants. Repository has the dataset under plant_disease_classification/datasets folder.

Requirements

  • tensorflow
  • numpy
  • scikit-learn
  • opencv-python
  • opencv-contrib-python

Training

Call trainer.py with train method with training and tests datasets.

python plant_disease_classification/trainer.py --train plant_disease_classification/datasets/train --val plant_disease_classification/datasets/test --num_classes 38

Model

After successfull training, model is created under plant_disease_classification/ckpts/ folder.

Classification

Call classify function of classifier.py with selected image file path. Below there is sample command for CLI for default image path.

python plant_disease_classification/classifier.py --classify

PyTorch Version

Another version of this project which is implemented using PyTorch and same datasets is available https://github.com/abdullahselek/plant-disease-classification-pytorch.

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].