This is a plant identifier app that uses Google's Gemini API to identify plants. This app is built using Next.js and Tailwind CSS.
pnpm install
.env.local
file in the root directory and add the following environment variablesNEXT_PUBLIC_GOOGLE_API_KEY=YOUR_GOOGLE_API_KEY
pnpm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.