xibi_binarization / requirements.txt
Xbits's picture
Rework binarization methods: real tunable params, no silent fallbacks
13c1c10
Raw
History Blame Contribute Delete
395 Bytes
# Core UI and Runtime
gradio>=6.0
spaces
numpy
pillow
huggingface_hub
# Classical methods
opencv-python-headless
scikit-image
scipy
# Tzefa b5 neural model (smp MAnet + mit_b5 encoder)
--extra-index-url https://download.pytorch.org/whl/cu121
torch
torchvision
segmentation-models-pytorch
timm
# SBB neural model (tf-keras SavedModel). CPU build avoids fighting torch for VRAM.
tensorflow-cpu