[tool.poetry] | |
name = "warden-ai" | |
version = "0.1.0" | |
description = "" | |
authors = ["Vivek Kornepalli <vivek@metaphy.world>"] | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = "^3.10" | |
flask = "^3.0.3" | |
tqdm = "^4.66.4" | |
timm = "0.6.5" | |
torch = "2.2.0" | |
flask-cors = "^4.0.1" | |
python-dotenv = "^1.0.1" | |
supabase = "^2.5.3" | |
opencv-python = "^4.6.0.66" | |
pandas = "^2.2.2" | |
numpy = "<2.0.0" | |
face-recognition = "^1.3.0" | |
albumentations = "^1.4.11" | |
boto3 = "^1.34.63" | |
torchvision = "0.17.0" | |
redis = "^5.0.8" | |
rq = "^1.16.2" | |
facenet-pytorch = "^2.6.0" | |
gunicorn = "^22.0.0" | |
gradio-client = "^1.2.0" | |
fastapi = "^0.112.0" | |
uvicorn = "^0.30.5" | |
gradio = "4.41.0" | |
transformers = "^4.44.0" | |
huggingface-hub = "^0.24.5" | |
spaces = "^0.29.2" | |
datetime = "^5.5" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |