Files
FOBG/requirements.txt
2026-05-16 00:15:37 +03:00

15 lines
263 B
Plaintext

# AI background removal
rembg>=2.0.0
# Video frame processing
opencv-python-headless>=4.8.0
# Image I/O and manipulation
Pillow>=10.0.0
# Numeric array operations (used by both rembg internals and video processing)
numpy>=1.24.0
# Gradio web UI
gradio>=4.0.0