Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 913 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 913 Bytes

garden-advisor-android

Build & Release Debug APK

Garden Advisor is an Android app powered by Gemini AI, designed to be your ultimate gardening companion. Whether you're a seasoned horticulturist or a novice gardener, Garden Advisor provides you with the best recommendations tailored to your specific location and weather conditions.

Screenshot_20240806_130850

Gemini API Key

Garden Advisor requires a Gemini API key. To retrieve it, simply add a text file named keys.properties in your project root containing:

GEMINI_API_KEY={your API key}

This file is excluded from version control