diff --git a/FINAL/.cache.sqlite b/test3/.cache.sqlite similarity index 100% rename from FINAL/.cache.sqlite rename to test3/.cache.sqlite diff --git a/FINAL/README.md b/test3/README.md similarity index 100% rename from FINAL/README.md rename to test3/README.md diff --git a/FINAL/foto/basilico-OLD.jpg b/test3/foto/basilico-OLD.jpg similarity index 100% rename from FINAL/foto/basilico-OLD.jpg rename to test3/foto/basilico-OLD.jpg diff --git a/FINAL/foto/basilico.png b/test3/foto/basilico1 originale.png similarity index 100% rename from FINAL/foto/basilico.png rename to test3/foto/basilico1 originale.png diff --git a/FINAL/foto/basilico1.png b/test3/foto/basilico2 originale.png similarity index 100% rename from FINAL/foto/basilico1.png rename to test3/foto/basilico2 originale.png diff --git a/FINAL/requirements.txt b/test3/requirements.txt similarity index 100% rename from FINAL/requirements.txt rename to test3/requirements.txt diff --git a/FINAL/script.py b/test3/script.py similarity index 99% rename from FINAL/script.py rename to test3/script.py index f4a2df2..d7ace64 100644 --- a/FINAL/script.py +++ b/test3/script.py @@ -379,7 +379,6 @@ class PlantPredictor: prompt, plant_type, plant_health = self.create_transformation_prompt(image_path, plant_conditions) print(f"🌿 Plant identified as: {plant_type}") print(f"💚 Current health: {plant_health}") - print(f"📝 Enhanced transformation prompt: {prompt}") except Exception as e: print(f"❌ Error in Step 3: {e}") return None @@ -495,7 +494,7 @@ if __name__ == "__main__": # Ultra high-quality prediction with single sample result = predictor.predict_plant_growth( - image_path="./foto/basilico.png", + image_path="./foto/basilico1 originale.png", lat=latitude, lon=longitude, output_path="./predicted_plant_ultra_hq.jpg",