AI-based image recognition and soil parameter monitoring to precisely determine growth stage of plants and automate irrigation.
[1] Raspberry Pi flashed with latest Raspberry Pi OS Lite (64bit)
[2] git must be installed, if not run "sudo apt-get install git -y"
git clone https://github.com/Cr4zySh4rk/AquaAI.git
mv /home/pi/AquaAI/* /home/pi
rm -rf AquaAI
chmod +x /home/pi/Scripts/setup.sh
cd Scripts
sudo ./setup.sh
This will take a while to finish, so go grab a cup of coffee :)
Also consider disabling sleep on the machine you are using to ssh
so that the execution of the script is not interrupted!
The Pi will reboot after this and hopefull everything should be setup!
It will host it's own access point with the default ssid: AquaAI and password: aquaai1234
Type 192.168.4.1 or .local in your browser of choice :)