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.
- Plant identification using Google's Gemini API
- Plant identification using image upload
- Plant identification using camera
- Next.js
- Tailwind CSS
- Google's Gemini API
- Clone the repository
- Install the dependencies
pnpm install
- Create a
.env.local
file in the root directory and add the following environment variables
NEXT_PUBLIC_GOOGLE_API_KEY=YOUR_GOOGLE_API_KEY
- Start the development server
pnpm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.