🎉 | Project released

This commit is contained in:
2026-05-16 00:15:37 +03:00
parent 3a3d368c4d
commit 975801ffca
7 changed files with 819 additions and 0 deletions

14
requirements.txt Normal file
View File

@@ -0,0 +1,14 @@
# 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