Note
Gemini Grow Plants is a website powered by Google's Gemini AI that helps users find plants and trees that are easy and fast to grow in their location
Users simply enter their location and the website will display curated recommendations of plants that are suitable for growing in that geographic area. The plants show growth times so users know how long it will take to reach maturity.
Each plant listing also includes link to guide with instructions on how to grow that species successfully. Users can share their recommendations to refer.
You can view a live demo of the website here: https://gemini-grow-plants.deno.dev
This website follows a simple, user-friendly structure with two primary routes:
/
- Website's Home page, search your location here.../result
- Results page showing plant recommendations.../api
- API endpoint to generate recommendations with location...
- Clone this repo
git clone https://github.com/ArnavK-09/gemini-grow-plants.git
- Download Deno from here
- Head into repo directory
cd gemini-plant-trees
- Configure your environment with
API_KEY
variable, your Google's Gemini Api key - Run
deno task start
- Site locally available at http://localhost:8000
- Checkout Gemini Grow Plants Demo Video
Important
This project is licensed under the Unlicense License - see the LICENSE file for details