DmitriiKhizbullin
commited on
Commit
·
e2bd3a1
1
Parent(s):
44339bc
Updated readme
Browse files
README.md
CHANGED
@@ -4,11 +4,8 @@
|
|
4 |
|
5 |
### Cloning the repo
|
6 |
|
7 |
-
Install git LFS via [this instruction](https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage).
|
8 |
```bash
|
9 |
git clone https://github.com/SDAIA-KAUST-AI/diabetic-retinopathy-detection.git
|
10 |
-
git lfs install # to make sure LFS is enabled
|
11 |
-
git lfs pull # to bring in demo images and pretrained models
|
12 |
```
|
13 |
|
14 |
### Gradio app environment
|
@@ -22,6 +19,8 @@ pip install -r requirements.txt
|
|
22 |
python app.py
|
23 |
```
|
24 |
|
|
|
|
|
25 |
Install manually:
|
26 |
|
27 |
```bash
|
|
|
4 |
|
5 |
### Cloning the repo
|
6 |
|
|
|
7 |
```bash
|
8 |
git clone https://github.com/SDAIA-KAUST-AI/diabetic-retinopathy-detection.git
|
|
|
|
|
9 |
```
|
10 |
|
11 |
### Gradio app environment
|
|
|
19 |
python app.py
|
20 |
```
|
21 |
|
22 |
+
The app will download 280 MB of files from S3 and launch.
|
23 |
+
|
24 |
Install manually:
|
25 |
|
26 |
```bash
|