Cr4zySh4rk / AquaAI

AI-based image recognition and soil parameter monitoring to precisely determine growth stage of plants and automate irrigation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AquaAI

AI-based image recognition and soil parameter monitoring to precisely determine growth stage of plants and automate irrigation. Screenshot 2024-03-14 at 7 28 41 PM Screenshot 2024-03-14 at 7 31 24 PM Screenshot 2024-03-14 at 7 31 14 PM Screenshot 2024-03-14 at 7 30 38 PM

Installation instructions

Prerequisites:

[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"

[1] Clone the repo into /home/pi

git clone https://github.com/Cr4zySh4rk/AquaAI.git

[2] Move all files from AquaAI into /home/pi

mv /home/pi/AquaAI/* /home/pi
rm -rf AquaAI

[3] Make setup script executable

chmod +x /home/pi/Scripts/setup.sh

[3] Run the setup script with sudo

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

[4] Access the Web interface by connecting to the AP

Type 192.168.4.1 or .local in your browser of choice :)

About

AI-based image recognition and soil parameter monitoring to precisely determine growth stage of plants and automate irrigation.


Languages

Language:JavaScript 58.8%Language:CSS 19.2%Language:C++ 8.8%Language:Shell 5.8%Language:Python 5.6%Language:HTML 1.9%