The other day I ran into someone who built software to take your measurements for custom suits. You would take a picture of yourself and the software would determine the real world lengths of the various parts of your body. I thought that was pretty cool. So naturally, I wanted to build something similar. I wanted to build something that would take your measurements but it would then generate custom sewing patterns for you.
Warning
This is a work in progress. I am still working on this project. I will update this page as I make progress.
- Python 3.10 or higher
uvpackage manager
- Clone the repository
git clone https://github.com/conceptcodes/stitch-fix.git
cd stitch-fix- Initialize with uv
uv init
uv syncuv run main.py -i <image_path> -g <garment> -ht <height_inches> -wt <weight_lbs>Example:
uv run main.py -i my_photo.jpg -g shirt -ht 70 -wt 160