Add project files

This commit is contained in:
Suman
2026-08-04 17:09:29 +05:30
parent 464a68cceb
commit ac76cc86bc
372 changed files with 12221 additions and 0 deletions

13
requirements.txt Normal file
View File

@@ -0,0 +1,13 @@
flask
rembg
# CPU-only onnxruntime made background removal the slowest stage by far --
# onnxruntime-gpu lets rembg run BiRefNet on CUDA instead (auto-detected).
# The two packages share the same import name and conflict; don't install both.
onnxruntime-gpu
opencv-contrib-python
numpy
Pillow
torch
torchvision
kornia
git+https://github.com/cvg/LightGlue.git