AIren Glow: A Foundational Exploration of AI-Driven Sustainable Fashion Styling for Gen Z
- Yasaman Sharifzadeh
- Apr 20
- 3 min read
Updated: Apr 27
This blog post outlines the development process and technical underpinnings of AIren Glow, a foundational project exploring the application of Generative AI for personalized and sustainable fashion styling targeted towards Generation Z. This initiative serves as a practical exploration of leveraging large language models to address the challenges of eco-conscious fashion consumption within a key demographic.
Problem Definition and Motivation
The rapid pace and environmental impact of the contemporary fashion industry present a significant challenge, particularly for environmentally aware consumers like Gen Z. The motivation behind AIren Glow is to investigate the potential of AI to provide personalized styling advice that seamlessly integrates sustainability considerations, thereby empowering users to make more informed and responsible choices.

Technical Architecture and Implementation
The core intelligence of AIren Glow is driven by the Google Gemini language model. The project leverages the model's natural language processing capabilities for:
User Intent Understanding: Processing user input regarding their mood, occasion, and style preferences.
Styling Recommendation Generation: Creating contextually relevant outfit suggestions based on the understood intent.
Integration of Sustainability Knowledge: Incorporating information related to sustainable materials, ethical brands, and the principles of circular fashion through a basic Retrieval Augmented Generation (RAG) approach. This involves a rudimentary retrieval mechanism from a knowledge source (initially a Google Sheet) to inform the AI's responses.
The implementation primarily utilizes the Python programming language and the google-generativeai library for interacting with the Gemini API. The foundational logic involves:
API Key Management: Securely handling the Gemini API key using Kaggle Secrets.
Model Initialization: Instantiating the desired Gemini model (gemini-1.5-flash-latest was utilized for its balance of performance and efficiency in this initial exploration).
Prompt Engineering: Crafting effective prompts to guide the Gemini model in generating relevant and sustainable styling advice. This involved iteratively refining prompts to achieve the desired level of detail and focus on eco-conscious recommendations.
Basic Knowledge Retrieval: Implementing a simple keyword-based search function to extract relevant sustainable fashion information from the defined knowledge source.
Response Generation and Formatting: Processing the AI's output and presenting it in a user-friendly format.

The Dawn of AI Fashion Vision
During the early stages of visual output exploration, the project encountered an… unconventional artistic interpretation from a very basic image generation attempt. The resulting image, while possessing a certain abstract charm (akin to early digital art, perhaps?), served as a humorous reminder of the gap between conceptual vision and initial technical execution. This "masterpiece" (if one could call it that) underscored the need for further development in the visual representation aspect, highlighting the foundational nature of this project.
Limitations and Future Development
It is important to note that AIren Glow, in its current iteration, represents a basic proof-of-concept. Key limitations include:
Rudimentary Knowledge Retrieval: The RAG implementation is currently basic and can be significantly enhanced with more sophisticated embedding techniques and vector search.
Limited Scope of Sustainability Data: The knowledge source requires expansion and more structured organization.
Basic Visual Output: The visual representation of outfits is in its nascent stages and requires substantial development.
Lack of User Interface: This project currently operates within a notebook environment and lacks a user-friendly web interface for broader accessibility.
Future development efforts would focus on:
Implementing more advanced RAG using vector embeddings and a dedicated vector store (e.g., Vertex AI Vector Search).
Integrating with comprehensive and structured sustainable fashion databases and APIs.
Developing a user-friendly web application (potentially leveraging platforms like Flask or integrating with Wix using their APIs).
Enhancing the visual outfit generation capabilities, potentially exploring more advanced generative image models.
Incorporating user feedback mechanisms for continuous improvement.
Vision and Potential Impact
My vision for AIren Glow extends beyond just outfit suggestions. We aim to empower a generation to make informed and positive choices about their fashion consumption. By making sustainable options more accessible, appealing, and integrated into personal style, we believe AIren Glow can contribute to a broader movement towards a more environmentally conscious fashion future.
Conclusion
AIren Glow represents a foundational exploration into the application of Generative AI for addressing the growing demand for sustainable fashion choices among Generation Z. While currently a basic implementation, the project demonstrates the potential of leveraging large language models to provide personalized and eco-conscious styling advice. The insights gained from this initial phase will inform future development efforts towards creating a more robust and user-friendly AI-powered sustainable fashion assistant.
Yasaman Sharifzadeh
Google & Kagle Capstone
Comments