# 1. Extract unzip PlantGuide-Server.zip cd PlantGuide-Server # 2. Install Python deps pip3 install -r requirements.txt # 3. Start downloading ALL 2,278 plants (runs in background) ./start_downloads.sh --all # 4. Check progress anytime ./status.sh # 5. Stop if needed ./stop_downloads.sh