Gen AI Problem Statements
- AI-Powered Size Chart Generator for Apparel Sellers
Problem Statement
Develop an AI system that generates accurate size charts for apparel sellers with limited or inaccurate size data, based on user body measurements and previous purchase history.
Detailed Description
Create a model that:
- Utilizes a database of user body measurements (height, weight, chest, waist, hip, etc.)
- Analyzes users' previous purchase history and return/exchange data
- Clusters similar body types and their corresponding successful purchases
- Generates a comprehensive size chart for sellers, including measurements for different sizes (S, M, L, XL, etc.)
- Provides confidence scores for each measurement in the generated size chart
- Allows for easy updating as new purchase data becomes available
Judging Criteria - Accuracy of generated size charts compared to brands with known accurate data
- Handling of different apparel categories (e.g., tops, bottoms, dresses)
- Effectiveness in reducing size-related returns (simulated using holdout data)
- Scalability and adaptability to new brands or product lines
- Processing speed and efficiency in generating and updating size charts