Git Product home page Git Product logo

xxxgp / smart-agriculture-using-iot-and-machine-learning Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chinukapoor/smart-agriculture-using-iot-and-machine-learning

0.0 0.0 0.0 20 KB

The project uses Arduino UNO with multiple sensors attached to it like Soil Moisture sensor, Photoelectric Diode Sensor,Humidity sensor etc that takes reading on a periodic basis.The mission of the project is to intimate the farmers or other stakeholders in predicting when the crop is about to deteriorate. This is accomplished by a Machine Learning Layer that has been modeled to identify the degradation of a crop's health before its degradation starts. It uses KNN-algorithm to cluster the crops according to the impeding eventuality.The next iteration identifies the most probable cause and thorugha UI intimates the stakeholder whta steps needs to be taken to prevent crop-failure

Python 93.84% C++ 6.16%

smart-agriculture-using-iot-and-machine-learning's Introduction

Smart-Agriculture-using-IoT-and-Machine-Learning

The project uses Arduino UNO with multiple sensors attached to it like Soil Moisture sensor, Photoelectric Diode Sensor,Humidity sensor etc that takes readings of the surrounding environment on a periodic basis.The mission of the project is to intimate the farmers or other stakeholders in predicting crop-failure. This is accomplished by a Machine Learning Layer that has been modeled to identify the degradation of a crop's health before its degradation starts. It uses KNN-algorithm to cluster the crops according to the impeding eventuality.The next iteration identifies the most probable cause and thorugha UI intimates the stakeholder what steps needs to be taken to prevent crop-failure.

The Arduino assembly line is arranged meticulously according to the circuit design. The whole process is divided into two pats:

  1. Trainning Phase: At first the sensing network circuit collects data from the environment and undergoes preprocessing. The Clean Data so obtained is fed onto the Machine Learning Classifier which is responsible to segregate the raw data and classify them into classes of Dry, Excess Heat, Healthy or Unfavorable. Now these serve as the basis for classifying unknown data in future.

  2. Testing Phase: As the name suggests, this phase is responsible for testing unknown data gathered at real time using the machine learning classifier that is already implemented. The Classifier segregates the data by evaluating the parametric features and assigns it a class which may be Dry, Excess Heat, Healthy or Unfavorable.

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.