Happy Plants is a premium AI-powered assistant designed to help you care for your plants. It identifies plants and diagnoses diseases using multi-modal AI models (Gemini 2.0 Flash, Qwen 2.5 VL, and Llama 3.2 Vision).
- Plant Diagnosis: Upload photos to identify issues and get cures.
- Strict Botanical Persona: Focused only on plant-related care.
- Voice Input: Use your microphone to ask questions.
- Drag & Drop: Easily upload images by dragging them into the chat.
- Modern UI: Premium glassmorphism design with a responsive layout.
- Node.js installed on your machine.
Clone the repository and install dependencies:
npm installCreate a .env file in the root directory and add your OpenRouter API key:
OPENROUTER_API_KEY=your_api_key_hereStart the local server:
npm startOpen http://localhost:3000 in your browser.
The project is configured with a .gitignore file to ensure that your .env (API keys) and node_modules are not uploaded to GitHub. Never share your .env file publicly.
🌿 Keep your plants happy!