Spaces:
Sleeping
Sleeping
File size: 399 Bytes
0917e8d 7506f00 0917e8d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | [project]
name = "sparse-cafm"
version = "0.1.0"
description = "SparseC-AFM: fast 2D-material acquisition & analysis with super resolution models"
readme = "README.md"
requires-python = ">=3.10"
license = "Apache-2.0"
dependencies = [
"torch>=2.0",
"numpy>=1.21",
"gradio>=5.0.0",
"pillow>=9.0",
"scipy>=1.9",
"timm>=0.9",
"matplotlib>=3.5",
]
[tool.uv]
package = false
|