added image of webapp
Browse files- README.md +1 -0
- S2FApp/README.md +4 -0
README.md
CHANGED
|
@@ -7,6 +7,7 @@ Predict force maps from bright-field microscopy images of single-cell or spheroi
|
|
| 7 |
## Ways to Use S2F
|
| 8 |
|
| 9 |
### 1. Web App (local)
|
|
|
|
| 10 |
Run the Streamlit GUI from `S2FApp/`:
|
| 11 |
```bash
|
| 12 |
git clone https://github.com/Angione-Lab/Shape2Force.git
|
|
|
|
| 7 |
## Ways to Use S2F
|
| 8 |
|
| 9 |
### 1. Web App (local)
|
| 10 |
+
|
| 11 |
Run the Streamlit GUI from `S2FApp/`:
|
| 12 |
```bash
|
| 13 |
git clone https://github.com/Angione-Lab/Shape2Force.git
|
S2FApp/README.md
CHANGED
|
@@ -15,6 +15,10 @@ app_port: 8501
|
|
| 15 |
|
| 16 |
# Shape2Force (S2F) App
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
Predict force maps from bright-field microscopy images using deep learning.
|
| 19 |
|
| 20 |
## Quick Start
|
|
|
|
| 15 |
|
| 16 |
# Shape2Force (S2F) App
|
| 17 |
|
| 18 |
+
<p align="center">
|
| 19 |
+
<img src="res/webapp.png" width="450" alt="Shape2Force Web App" />
|
| 20 |
+
</p>
|
| 21 |
+
|
| 22 |
Predict force maps from bright-field microscopy images using deep learning.
|
| 23 |
|
| 24 |
## Quick Start
|