Search⌘ K

Challenge: Multi-Task Computer Vision

Practice performing multiple computer vision tasks on a single image using Hugging Face pipelines.

We'll cover the following...

Scenario

You are building an advanced AI assistant for urban scene analysis. Users submit images of city streets, parks, or industrial areas, and your system needs to:

  • Classify the main objects in the image.

  • Detect and localize all prominent objects with bounding boxes.

  • Segment ...