A modern web application that helps users identify plants through image recognition technology. Built with Next.js 14, TypeScript, and the Groq API Endpoint.
- Upload plant images for identification
- Get detailed plant information with confidence scores
- Modern, responsive UI
- Server-side image processing
- Secure API handling
- Framework: Next.js 14
- Language: TypeScript
- Styling: Tailwind CSS
- API: Groq
- Deployment: Netlify
- Clone the repository:
git clone [your-repo-url]
cd plant-identifier- Install dependencies:
npm install- Create a
.env.localfile in the root directory and add your Groq API key:
GROQ_API_KEY=your-api-key- Run the development server:
npm run dev- Open http://localhost:3000 in your browser.
GROQ_API_KEY: Your Groq API key
The app is configured for deployment on Netlify. The live version can be found at: https://plant-identification-app.netlify.app
MIT