IVADL / tomato-disease-detector

prototype of plant-disease-detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tomato Disease Detector

Hits License Stars

love and jo

The repository is a Detector project that allows you to easily detect tomato's disease using Simple Web services. Currently, a total of 7 classes of disease can be detected with bounding box.

  • Image file available
  • Video file available
  • New yolo models can be added
  • Other format models can be added

Table of Contents

Structure

Usage

  1. Clone This Repository

    $ git clone https://github.com/IVADL/PDD-prototype.git
  2. docker-compose commands

    $ docker-compose build
    $ docker-compose up
  3. Visit Streamlit UI

  1. Run model
  • Select model : yolov5
  • Test Image or video upload
  • Click 'Detect Plant Disease Button'

Example

  1. Image Detect test112
  2. Video Detect test113 test114

Team

The project was conducted at the Korea Lab of Artificial Intelligence and formed a team called IVADL.

License

MIT

About

prototype of plant-disease-detector

License:MIT License


Languages

Language:Python 99.6%Language:Dockerfile 0.4%