gemini model integration

This commit is contained in:
sumona-banerjeee
2026-03-25 10:16:40 +05:30
parent 137da4993e
commit 79244f7927
4 changed files with 77 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ const DETECTION_METHODS = [
// { value: 'yoloe_trained_vl', label: 'YOLOE With Vision Language Model' },
{ value: 'culvert_detection', label: 'Culvert Detection' },
{ value: 'combined', label: 'Road Defect Detection' },
{ value: 'gemini_video', label: 'Gemini AI Analysis' },
] as const;
export default function UploadPage() {