Vibe
Vibe(self, image_path, description)
Represents a vibe associated with products.
This class combines features from VibeT
and VibeBase
.
Attributes: description (str): A description of the vibe. image_path (str): The path to the image associated with the vibe. productIdx (list): A list of indices representing products associated with this vibe.
Methods: init(self, image_path: str, description: str): Initializes a Vibe instance.
Example: vibe = Vibe(“path/to/image.jpg”, “Pants”)