Gardeners Green Thumb!
Go to file
Kevin Shehu e357d53584 FINALIZED : Json_Unpack
ADD : KnowledgeBase
TODO : Rule Engine
2021-06-17 10:29:11 +02:00
.idea FIX : ApiCall.java 2021-06-12 00:37:45 +02:00
src/main FINALIZED : Json_Unpack 2021-06-17 10:29:11 +02:00
target/classes/RuleEngine FINALIZED : Json_Unpack 2021-06-17 10:29:11 +02:00
.gitignore Project Initialization 2020-09-16 22:19:34 +02:00
README.md ADD NEW STRUCUTE 2021-05-05 14:21:30 +02:00
pom.xml FINALIZED : Json_Unpack 2021-06-17 10:29:11 +02:00

README.md

Gardeners Green Thumb Decision Support System (GGD-DDS)

The service of decision support system is inferring knowledge from the available data of the greenhouse, the user input, and historical data what a user/the gardener should do & which action a gardener should execute to be successful with the growing process of the plants. These actions are called goals. The list of inferred active goals is offered to other services of the system.
The approach of the DSS is based on three MainExe concepts:

Fact knowledge (Knowledgebase)

  1. Hardware Information(sensor data info)
  2. Data information was given by an expert that is overwriting sensor data
  3. User Input (We assume that the user is every time honest and that input is every time correct)

Rules (General structure, if premises then consequence)

  1. Explicit given by expert (before and during runtime)
  2. Trained through AI

Goals

  1. Actions that should be taken by the user to be successful.
  2. Goals can be active and inactive.

Build

Usage

Examples

Dependencies