Skip to content

Automate your garden with machine learning and Raspberry Pi.

License

Notifications You must be signed in to change notification settings

markub3327/AIGarden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIGarden 🚰🌱🥕🍅

Release Issues Commits Size

This open-source project is using Raspberry Pi to control your garden and simplified caring about the garden. You can make watering autonomous and monitoring plants smarter.

Development

docker build -t markub3327/ubuntu-web:latest -f docker/devel.dockerfile .

Deployment

  • Install packages

sudo apt update && sudo apt upgrade -y
sudo apt install python3-lgpio python3-pip -y

git clone https://github.com/markub3327/AIGarden
cd AIGarden/
  • Install requirements

python3 -m pip install -r requirements.txt --no-cache-dir
  • Run (in developer mode)

cd ai_garden/
python3 manage.py runserver 0:8000
Operating system Ubuntu Server 22.04
Boards Raspberry Pi 4
Sensors DHT22, BMP180, Soil moisture

Frameworks: Tensorflow, OpenCV, Django