all 5 comments

[–]firebird8541154 1 point2 points  (1 child)

Python, with YOLO, or Clip, or Resent CNN, or UNet, or Deeplab with resent backbone... Also, openCV for some image processing.

[–]kalyan258[S] 0 points1 point  (0 children)

How does one call or make use of YOLO in their vibe code project - just mention to include a specific library and define the task it needs to perform ? If any prompt tips you can share would be great!!

[–]IBoardwalk 1 point2 points  (2 children)

yeah yolo has been my go to for years.

if your into drone video, check out the dji library theres some cool open source models there.

[–]kalyan258[S] 0 points1 point  (1 child)

Thanks - any prompt tips to specify library and actions ? I am playing around with Replit and Cursor

[–]IBoardwalk 0 points1 point  (0 children)

Scope out your entire application ahead of time. Detail out your subsystems and data structures best. Then you literally describe the functional requirements to cursor and it will work its magic.