added yaml tag for HF model card
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Shape2Force (S2F)
|
| 2 |
|
| 3 |
Predict force maps from bright-field microscopy images of single-cell or spheroid.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- biology
|
| 4 |
+
- microscopy
|
| 5 |
+
- traction-force
|
| 6 |
+
- pytorch
|
| 7 |
+
- pix2pix
|
| 8 |
+
- gan
|
| 9 |
+
license: mit
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Shape2Force (S2F)
|
| 13 |
|
| 14 |
Predict force maps from bright-field microscopy images of single-cell or spheroid.
|