Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

readme.md

About Project

The purpose of the project is to detect plant disease and diagnose the same. The procedure is to detect plant disease by digital video. Dataset consist a collection of plant disease images. The system must be already trained with collected dataset. The converted image frame process with DL system using DCNN (Deep Convolutional Neural Network). To gain the crop yield on agriculture, system classify particular disease and report diagnosis to the user. Result of our project is system classifies whether the plant is affected or not. On our own we will research about implementing the system in a drone, which flies in a specific pattern to cover the whole field. We hope that this will enable our system to produce more accuracy

Getting Started

this project has 2 parts. they are image/video based detection (ROI by opencv) and recognition of disease in affected plant (ie. paddy) classify by input and tell results with report to user.it runs under flask web framework. dataset were collected by own camera field images.it was challenging project for me. it helps farmer to moniter thier field.

Instructions

run file 'app.py; in "image recognition" folder run file 'object_detection_video.py' or 'object_detection_video.py' in "object detection" folder

Screenshots

here are some of the project screenshots:

License

Prakash A – @iamprakash13 - ptan022@gmail.com

Distributed under the MIT License

Copyright (c) 2019 Prakash A

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Show some ❤️ and star the repo to support the project