git404hub

what is wardrobe fr?

tandpfun/wardrobe — explained in plain English

Analysis updated 2026-05-18

1,326JavaScriptAudience · vibe coderComplexity · 2/5LicenseSetup · moderate

tl;dr

Wardrobe turns photos of your clothes into an organized digital closet, using AI to detect garments, cut them out, and generate modeled outfit previews.

vibe map

mindmap
  root((Wardrobe))
    What it does
      Detects garments in photos
      Extracts clean cutouts
      Generates modeled previews
    Tech stack
      JavaScript
      Node.js
      OpenAI API
    Use cases
      Digitize your closet
      Plan outfits
      Local data storage
    Setup
      Needs OpenAI key
      Needs reference photo
      npm install and run
    Audience
      Vibe coders
      Personal use
    License
      MIT

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Digitize your clothes from photos into an organized, searchable wardrobe.

VIBE 2

Generate modeled preview images of your outfits before wearing them.

VIBE 3

Build a personal outfit planner that keeps all data stored locally.

what's the stack?

JavaScriptNode.jsOpenAI API

how it stacks up fr

tandpfun/wardrobeyyx990803/podfoundzigu/gujumpgate
Stars1,3261,3351,345
LanguageJavaScriptJavaScriptJavaScript
Last pushed2020-10-31
MaintenanceDormant
Setup difficultymoderatemoderatehard
Complexity2/52/54/5
Audiencevibe coderdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires your own paid OpenAI API key plus a reference photo of yourself before importing works.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

Wardrobe is a JavaScript app that takes photos of your clothes and turns them into an organized, digital closet using OpenAI's image and vision models. You point it at pictures of your outfits, and it detects each individual garment, extracts a clean cutout of that item, and can also generate a modeled preview of how it looks on a reference photo of you. To run it, you clone the repository, install dependencies with npm, copy the example environment file, and start the development server. The importer will not work until you add your own OpenAI API key to the environment file and place a reference photo of yourself, saved as a PNG, in the data folder. Once running, the app is available in a browser at a local address. The project includes two Codex skills for automating the process. One skill imports clothes from a folder of photos, generates modeled item photos, and adds everything to your wardrobe. The other skill takes the clothes already in your wardrobe and generates full outfit ideas, including a modeled lookbook. Both skills ask questions as they go, such as which folder to import from or how many outfit looks to create, and they review each generated image before saving it. Under the hood, garment detection uses the OpenAI Responses API, cutouts are produced with the OpenAI Images API, and everything the app creates, including original photos, background jobs, generated images, and the underlying database file, is kept locally on your own machine rather than sent to a remote server for storage. The app is configured through environment variables, letting you choose which vision and image models to use, the image quality level, and where your model reference photo and data folder live. The app itself supports common actions like dragging and dropping photos in, pasting them, editing entries, reviewing results, regenerating an image you are not happy with, and approving the final version. Wardrobe is released under the MIT license, and requires Node version 22 or newer to run.

prompts (copy fr)

prompt 1
Help me set up Wardrobe locally and configure my OpenAI API key in the .env file.
prompt 2
Walk me through using the import-clothes skill to add photos from a folder to my wardrobe.
prompt 3
Show me how to use the generate-outfits skill to create a modeled lookbook from my wardrobe.
prompt 4
Explain what each environment variable in Wardrobe's configuration table controls.

Frequently asked questions

what is wardrobe fr?

Wardrobe turns photos of your clothes into an organized digital closet, using AI to detect garments, cut them out, and generate modeled outfit previews.

What language is wardrobe written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js, OpenAI API.

What license does wardrobe use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is wardrobe to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is wardrobe for?

Mainly vibe coder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.