| [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" |
|
|
|
|
|
|
|
|
|
|
|
|
| [tool.pdm.build] |
| includes = [] |
|
|
| [tool.uv.workspace] |
| members = ["new"] |
| [build-system] |
| requires = ["pdm-backend"] |
| build-backend = "pdm.backend" |
|
|
|
|
| [project] |
| authors = [ |
| {name = "Vivek Kornepalli", email = "vivek@metaphy.world"}, |
| ] |
| requires-python = "<4.0,>=3.10" |
| dependencies = [ |
| "flask<4.0.0,>=3.0.3", |
| "tqdm<5.0.0,>=4.66.4", |
| "timm==0.6.5", |
| "torch==2.2.0", |
| "flask-cors<5.0.0,>=4.0.1", |
| "python-dotenv<2.0.0,>=1.0.1", |
| "supabase<3.0.0,>=2.5.3", |
| "opencv-python<5.0.0.0,>=4.6.0.66", |
| "pandas<3.0.0,>=2.2.2", |
| "numpy<2.0.0", |
| "face-recognition<2.0.0,>=1.3.0", |
| "albumentations<2.0.0,>=1.4.11", |
| "boto3<2.0.0,>=1.34.63", |
| "torchvision==0.17.0", |
| "redis<6.0.0,>=5.0.8", |
| "rq<2.0.0,>=1.16.2", |
| "facenet-pytorch<3.0.0,>=2.6.0", |
| "gunicorn<23.0.0,>=22.0.0", |
| "gradio-client<2.0.0,>=1.2.0", |
| "fastapi<1.0.0,>=0.112.0", |
| "uvicorn<1.0.0,>=0.30.5", |
| "gradio==4.41.0", |
| "transformers<5.0.0,>=4.44.0", |
| "huggingface-hub<1.0.0,>=0.24.5", |
| "spaces<1.0.0,>=0.29.2", |
| "datetime<6.0,>=5.5", |
| ] |
| name = "warden-ai" |
| version = "0.1.0" |
| description = "" |
| readme = "README.md" |
|
|