Metadata-Version: 2.4
Name: smartfarmcrophealth
Version: 1.0.0
Summary: Crop health analysis library for Smart Farm applications.
Author-email: Harish <hariharan610@gmail.com>
License: 
        ## `LICENSE` (MIT)
        ```text
        MIT License
        Copyright (c) 2025
        Permission is hereby granted...
        
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Pillow>=10.0.0
Dynamic: license-file

# smartfarm-crop-health

Local crop health analysis library.

## Usage
```python
from smartfarm_crop_health import CropHealthAnalyzer
an = CropHealthAnalyzer()
print(an.analyze_image("image.jpg"))
