deploy commit

This commit is contained in:
2026-07-15 17:23:15 +07:00
commit b94ef4a695
148 changed files with 14831 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
return [
'predict_url' => env('AI_PREDICT_URL'),
'threshold' => env('AI_MELANOMA_THRESHOLD', 0.5),
'label_positive'=> env('AI_MELANOMA_LABEL', 'Melanoma'),
'label_negative'=> env('AI_NEGATIVE_LABEL', 'Non-Melanoma'),
];