A plant identification and care application that helps users identify plants and provides care instructions.
- Plant identification from images using OpenAI's GPT-4 Vision
- Comprehensive plant care database
- User-friendly GUI interface
- Support for various image formats (JPG, PNG, HEIC)
- Plant care information including:
- Watering frequency
- Soil conditions
- Pot size recommendations
- Python 3.x
- Required packages:
- ttkbootstrap
- Pillow
- pillow-heif
- openai
- Clone the repository:
git clone [your-repository-url]- Install the required packages:
pip install -r requirements.txt- Set up your OpenAI API key in the script or as an environment variable.
Run the application:
python NewerGardenGuru.py[Your chosen license]