This project demonstrates how to fine-tune a CLIP model for plant identification using the PlantNet300K dataset.
- Python 3.11 or higher
- Poetry (Python package manager)
-
Install Poetry if you haven't already:
curl -sSL https://install.python-poetry.org | python3 -
-
Clone this repository:
git clone https://github.com/yourusername/plant-id.git cd plant-id
-
Install dependencies using Poetry:
poetry install
To fine-tune the CLIP model on the PlantNet300K dataset, run:
```
poetry shell
python finetune.py
```