Skip to content

psylsph/plant-identifier

Repository files navigation

Plant Identifier

A modern web application that helps users identify plants through image recognition technology. Built with Next.js 14, TypeScript, and the Groq API Endpoint.

Features

  • Upload plant images for identification
  • Get detailed plant information with confidence scores
  • Modern, responsive UI
  • Server-side image processing
  • Secure API handling

Tech Stack

  • Framework: Next.js 14
  • Language: TypeScript
  • Styling: Tailwind CSS
  • API: Groq
  • Deployment: Netlify

Getting Started

  1. Clone the repository:
git clone [your-repo-url]
cd plant-identifier
  1. Install dependencies:
npm install
  1. Create a .env.local file in the root directory and add your Groq API key:
GROQ_API_KEY=your-api-key
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 in your browser.

Environment Variables

  • GROQ_API_KEY: Your Groq API key

Deployment

The app is configured for deployment on Netlify. The live version can be found at: https://plant-identification-app.netlify.app

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors