CoolFace
Apppublic

RobinsAIWorld/ml-sharp

sourceHugging Faceupdated 9mo agoView on Hugging Face
1likes
pyproject.toml25 linesDownload Raw Back to root
1[project]2name = "ml-sharp"3version = "1.0.0"4description = "Sharp Monocular View Synthesis in Less Than a Second"5readme = "README.md"6requires-python = ">=3.13"7dependencies = [8    "gradio==6.1.0",9    "huggingface-hub>=1.2.3",10    "mcp>=1.0.0",11    "sharp",12    "spaces>=0.30.0",13    "torch>=2.9.1",14    "torchvision>=0.24.1",15]16 17[tool.uv.sources]18sharp = { git = "https://github.com/apple/ml-sharp.git", rev = "cdb4ddc6796402bee5487c7312260f2edd8bd5f0" }19 20[dependency-groups]21dev = [22    "hf>=1.2.3",23    "ruff>=0.14.9",24]25