Giter VIP home page Giter VIP logo

farm-buddy's Introduction

Farm Buddy

Build Status Coverage Status Quality Gate Status Codacy Badge

About Farm Buddy

This project contains a simple solution that allows Farmers to use water efficiently on their farms.

When a harsh drought hit any region, access to water is limited. And, farmers tend to over (or) under utilize available water resulting in lesser yeilds.

FarmBuddy assist farmers to maximize yeild by closely monitoring soil moisture and air temperature to regulate the water usage.

1. Monitoring soil moisture content using sensor and arduino kit
2. and report sensor data back to cloud
3. Retrieve weather data for the location over a period of years (like average precipitation etc.,)
4. Based on the soil nature, moisture on the soil and with historic weather data for the month suggest farmers how much to water to be used over SMS.
5. And, this will lead to optimal use of water and more yeilds.

Requirements

For building and running the application you need:

Running the application using the command-line

This project can be built with Apache Maven.

Use the following steps to run the application locally:

  • Execute full Maven build to create the target/farm-buddy-0.0.1-SNAPSHOT.jar file:

    mvn clean install
  • Execute and start application using,

    mvn spring-boot:run

Once the server is running, the application will be available under http://localhost:8080/

Water Usage Prediction

Request

 http://localhost:8080/predict?crop=Paddy&mobile=<mobile#>

Response

{
  "data": {
    "type": "report",
    "id": "686160b0-5e35-4e94-ad91-47c7a887509d",
    "attributes": {
      "mobile": "<mobile#>",
      "crop": "Paddy",
      "soilMoisture": 67,
      "avgPrecipitation": 94,
      "avgEvapotranspiration": 5,
      "message": "Water required for your Paddy field is 94 litres per day for an Acre"
    }
  }
}

Note: How to use soil moisture sensor with arduino

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.