Skip to content

[Feature]: User-configurable clothing categories (type vocabulary is hardcoded) #174

Description

@kimadactyl

The AI's clothing-type vocabulary is a hardcoded set (VALID_TYPES in ai_service.py plus the clothing_analysis prompt), around 30 generic types. Anything the model returns outside that set is coerced to "unknown", so there's no way to extend it without editing source.

The list skews Western/masculine and misses many common garments: kimono, camisole, playsuit, bodysuit, gown, kaftan, tunic, culottes, dungarees, bralette, leggings, and more. In practice blouses get tagged "shirt", trousers "pants", and femme wardrobes feel poorly served.

Request

Let users add and edit the category list (and ideally the colour / pattern / style vocabularies) in settings, with the tagging prompt and validation reading from that config rather than a hardcoded set.

Workaround today

An item's type is free-form on update so it can be hand-edited, but new uploads still use the fixed list.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions