update project structure and improve scripts

This commit is contained in:
Ayomide
2025-07-25 20:42:56 +01:00
parent d90c4c53ee
commit 8f57c9fb78
+1 -1
View File
@@ -18,7 +18,7 @@ class ImageSimilarity:
# Combine and prepare data
self._prepare_image_data()
# Try to load precomputed embeddings, otherwise compute them
# Try to load precomputed embeddings, otherwise compute
self.embeddings_file = 'data/image_embeddings_200.pkl'
if os.path.exists(self.embeddings_file):
self._load_embeddings()