upload-images-to-minio #2

Merged
brian merged 5 commits from upload-images-to-minio into main 2025-09-18 20:03:13 +02:00
Showing only changes of commit f1bfd02b7e - Show all commits
+1 -1
View File
@@ -1,8 +1,8 @@
"""Script to upload images to MinIO server.""" """Script to upload images to MinIO server."""
from pathlib import Path from pathlib import Path
import pandas as pd
from uuid import uuid4 from uuid import uuid4
import pandas as pd
from PIL import Image from PIL import Image
from dotenv import load_dotenv from dotenv import load_dotenv