Make and Measure is an AI-powered web application that helps users estimate stitching costs and visualize their dresses before tailoring. The platform takes body measurements, dress type, and fabric choice as input and outputs both the stitching cost and a generated dress image for better decision-making.
- π Body Measurement Input β Users can provide key measurements manually.
- π Dress Type Selection β Choose from popular dress types:
- Tunics
- Punjabi Suits
- Frocks
- Short Kurti
- Skirt
- Saree
- π§΅ Fabric Choice β Select fabric type for accurate pricing (Cotton, Linen, Polyester, Organza, Velvet, Silk).
- π° Stitching Cost Estimation β AI model calculates stitching cost based on dress type, fabric, and measurements.
- π¨ AI Dress Visualization β Integration with OpenAIβs image generation API to generate a preview of the selected dress.
- π User-Friendly Web Interface β Built with Django, HTML, and CSS for a smooth experience.
- Frontend: HTML, CSS
- Backend: Django (Python)
- Database: PostgreSQL
- AI/ML: RandomForestRegressor for cost estimation and fal-ai/sana/sprint model through API for image generation
- Setup PostgreSQL database
- Create a new database makeandmeasure
- Update settings.py with your DB credentials
- π€ Dress recommendation system based on body type & preferences
- π Analytics dashboard for tailoring businesses
- π± Mobile app version (Flutter integration)
- π³ Online payment integration for bookings
- Pull requests are welcome! For major changes, please open an issue first to discuss what youβd like to change.
- This project is licensed under the MIT License β feel free to use and modify it.