kaymen99 / AgriGo

AI app for crop disease detection and fertilizer recommendation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AgriGo

Capture d’écran 2022-03-23 à 23 56 34

This is a web application based on machine/deep learning models for crop disease detection and fertilizer/crop recommendation

Built With

Table of Contents
  1. Features
  2. How to use
  3. Data used
  4. Contact
  5. License

Features


  • Crop recommendation:
  • By using the soil data such as: NPK ratios, moisture, temperature and amount of rainfall in the field region the model can recommend the best crop to grow
  • Fertilizer recommendation:
  • With the given soil data(type, temparture, Ph,...) and NPK ratios and the crop type, the app allow the user to know the best fertilzer to use for ensuring the good health of crops and thus maximazing the global yield of the field
  • Crop diseases detection:
  • The user need to give the crop image and it's type and the image recognition models will predict if the plant is healthy or not.


(back to top)

How to Use

To use this project you need to follow this steps:

  • Make sure python3 is installed if not you can get it here

  • Clone this repository:

    git clone https://github.com/kaymen99/AgriGo.git
    cd AgriGo/AgriGo
  • Install all the dependencies:

    pip install -r requirements.txt
  • And finally run this command:

    python app.py

(back to top)

Dataset

The datasets used for this project are from kaggle:

(back to top)

Contact

If you have any question or problem running this project just contact me: aymenMir1001@gmail.com

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

About

AI app for crop disease detection and fertilizer recommendation

License:MIT License


Languages

Language:HTML 59.7%Language:Python 22.4%Language:CSS 16.8%Language:JavaScript 1.1%