markub3327 / AIGarden

Automate your garden with machine learning and Raspberry Pi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Deployment

Install packages

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

Install CircuitPython

Installing CircuitPython on Raspberry Pi

Download project

git clone https://github.com/markub3327/AIGarden
cd AIGarden/

Install requirements

python3 -m pip install -r requirements.txt --no-cache-dir

Run

cd ai_garden/
python3 manage.py runserver 0:8000
Operating system Debian 11 Bullseye
Boards Raspberry Pi 4
Sensors DHT22, Soil moisture, PiCam

Frameworks: OpenCV, Django, CircuitPython

About

Automate your garden with machine learning and Raspberry Pi.

License:MIT License


Languages

Language:Python 65.5%Language:HTML 19.0%Language:JavaScript 8.8%Language:Cuda 3.9%Language:CSS 1.6%Language:C++ 1.3%