vikashmakeit commited on
Commit
e6366e1
·
verified ·
1 Parent(s): c7bbe0b

Add chat editing + 3D garment preview

Browse files

New features:
- Chat & Edit tab: edit patterns with natural language
- 3D garment preview using Plotly (interactive rotate/zoom)
- VLM-powered edits via Qwen3.5/Gemma4/Kimi K2.5
- Rule-based edit fallback for common modifications
- All tabs now show both 2D pattern and 3D preview

Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -4,3 +4,4 @@ numpy
4
  scipy
5
  Pillow
6
  requests
 
 
4
  scipy
5
  Pillow
6
  requests
7
+ plotly