An AI-powered outfit generator built as part of INIT Build. Users upload photos of their clothing, which are automatically categorized with OpenAI's CLIP model and saved to a digital wardrobe. A custom rule-based algorithm then suggests outfits filtered by weather, occasion, and color. My primary role was backend development and integrating the AI functionality.
Auto-categorizes uploaded clothing using OpenAI's CLIP model into a Supabase-backed digital wardrobe.
Rule-based outfit generation that filters by weather, occasion, and color.
RESTful API connecting the React frontend to the Flask backend, with secure image and metadata storage.