Smart irrigation system
The smart irrigation solution by implementing Mamdani Fuzzy Model. The input and output of the system as follows:
Inputs:
Soil Moisture -> Dry / Normal / Adequately Wet / Saturated
Humidity -> Low / Medium / High / Extremely High
Temperature -> Very Cold / Cold / Normal / Hot
Output:
Valve Opening -> Very Small / Small / Medium / Large / Full
This system is coded by Python and using PyQT5 for GUI.
Run file mainWindow.py to start the system.