Skip to content

Instantly share code, notes, and snippets.

View martijnhazebroek's full-sized avatar

martijnhazebroek

View GitHub Profile
@hansvdam
hansvdam / convert_directory.py
Last active March 4, 2025 21:31
fotos van bonnentjes hernoemen met AI
import base64
import os
import openpyxl
from langchain.chains.transform import TransformChain
from langchain_community.chat_models import ChatOpenAI
from langchain_core.messages import HumanMessage
from openai.types import image_model
from pathlib import Path
from openpyxl.styles import PatternFill
from openpyxl.utils import get_column_letter