Skip to content

ConceptCodes/stitch-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stitch Fix

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.

Prerequisites

  • Python 3.10 or higher
  • uv package manager

Installation

  1. Clone the repository
git clone https://github.com/conceptcodes/stitch-fix.git
cd stitch-fix
  1. Initialize with uv
uv init
uv sync

Usage

uv 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages