test-four / requirements.txt
yiyii's picture
huggingface_hub test first
e17173a
raw
history blame contribute delete
877 Bytes
bitsandbytes
#importlib.metadata.PackageNotFoundError: bitsandbytes
accelerate
#ImportError: Using `low_cpu_mem_usage=True` or a `device_map` requires Accelerate: `pip install accelerate`
# FastAPI and related dependencies
fastapi==0.99.1
uvicorn[standard]==0.17.*
# DeepFace and related dependencies
deepface
opencv-python-headless
pandas
numpy
# Transformers and related dependencies
transformers
torch
torchvision
pillow
# Additional dependencies
pydantic==1.10.12
requests==2.27.*
python-multipart
#handling from data with file uploads. RuntimeError: Form data requires "python-multipart" to be installed.
#opencv-python-headless: DeepFace relies on OpenCV, and using the headless version is suitable for server environments.
#torchvision: it is often needed when working with PyTorch models.
#pillow: is included for working with images in Python.
huggingface_hub