Modamia – Transforming Fashion Retail with AI-Driven Personalization

Business Problem

Modamia faced two primary challenges: 

  • Customization Overload: While allowing customers to design their own outfits was a unique selling point, many found it overwhelming and struggled to visualize how different pieces would come together. 
  • Lack of Personalized Recommendations: Traditional recommendation systems failed to provide personalized suggestions that catered to individual style preferences and body types, reducing customer satisfaction. 

About Modamia

Modamia is revolutionizing the fashion retail space with AI-driven personalized shopping experiences, allowing customers to design customized outfits tailored to their style preferences, body types, and occasion needs. 

Explore Now

Solution

Modamia partnered with goML to build an AI-powered solution that enhances the shopping experience through: 

Architecture

  • Data Ingestion
    Sources: 
    CSV Measurements 
    Images (Training Data) 
    Storage: Both CSV and Image data are stored in cloud storage (depicted as green buckets). 
  • Preprocessing
    CSV and Image data from storage undergo preprocessing, managed by a Lambda function (AWS Lambda). 
    Human Body Measurement Estimation: Images are resized to (224,224). 3 channels are added as training images are grayscale and efficient Net requires 3 channels. Gender is one hot encoded and other inputs and outputs are normalized. 
  • Training Pipeline
    The pre-processed data is passed to the training pipeline. 
    The training process outputs a trained model and stores the model output in cloud storage. 
  • Testing Pipeline
    The trained model is evaluated using test data. 
    Output from the testing pipeline is also stored in cloud storage. 
  • Model Inference
    Test Data is fed into an Inference API, which runs the preprocessing and testing processes. 
    Final model output is generated and stored. 
Modamia – Transforming Fashion Retail with AI-Driven Personalization

Training Pipeline: 

Modamia – Transforming Fashion Retail with AI-Driven Personalization
Outcomes

0%

Increase in Customer Engagement: The AI-driven recommendations and realistic visualizations led to a significant increase in customer interaction with the platform. 

0%

Increase in Customer Satisfaction: The ability to visualize outfits on their own photos significantly improved customer satisfaction, fostering brand loyalty and retention. 

0%

Improvement in Conversion Rates: Personalized recommendations and dynamic adjustments resulted in a substantial increase in purchase conversions. 

0%

6.5 MAE achieved on test data for human body measurements estimation.