This project helps users find well-fitting clothes on Shopify using artificial intelligence. With just a single front-facing photo, the system extracts precise body measurements and suggests clothes that match the user's real body size. The application uses computer vision to analyze a user's body shape and provide personalized clothing recommendations. It seamlessly integrates with Shopify to enhance the online shopping experience.
- πΈ Photo-Based Measurement: Users simply upload one clear front photo in well-fitting clothes.
- π AI Body Measurement: The system automatically detects key body points and estimates measurements like waist, hips, and arms.
- ποΈ Smart Shopify Integration: Measurements are sent to Shopify, where size-matched clothing is recommended.
- π‘ No Extra Hardware: No need for special cameras or equipmentβjust one photo is enough.
- User uploads a front-facing photo.
- AI model processes the image to extract key body measurements.
- Measurements are sent to Shopify through the app's backend.
- Shopify displays recommended clothing items that match the measurements.
- Frontend: Flutter (or specify if you used web/React/Next.js)
- Backend: Python (FastAPI / Flask)
- Computer Vision: OpenCV, Mediapipe, or custom model
- Integration: Shopify API
βββ frontend/ # Mobile/web UI
βββ backend/ # API and CV logic
βββ models/ # AI/ML models for measurement
βββ images/ # Images for README
βββ README.md



