Spaces:
Sleeping
Sleeping
File size: 478 Bytes
746ada4 66cb5e6 746ada4 66cb5e6 746ada4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | [project]
name = "asl-hand-detection"
version = "0.1.0"
description = "ASL hand detection system using MediaPipe, EfficientNet, and Gradio"
requires-python = ">=3.10,<3.13"
dependencies = [
"gradio>=4.0.0",
"mediapipe==0.10.9",
"opencv-python-headless>=4.9.0",
"numpy>=1.24.3",
"tensorflow>=2.13.0",
"huggingface-hub>=0.19.0",
]
[tool.hatch.build.targets.wheel]
packages = ["."]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build" |