File size: 435 Bytes
ae4b36f 97f2620 ae4b36f 97f2620 ae4b36f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # Core Python libraries for HTTP requests and image processing requests>=2.26.0 Pillow>=9.0.0 # Hugging Face Transformers library for model handling transformers>=4.30.0 # PyTorch for model execution (CPU or GPU) torch>=1.13.0 # Libraries required by the Florence-2 model timm>=0.6.12 einops>=0.5.0 # Hugging Face Accelerate for optimization accelerate>=0.17.0 # Optional for debugging and logging during development loguru>=0.6.0 |