Miguel Xochicale
commited on
adds details to download models
Browse files
README.md
CHANGED
@@ -11,3 +11,15 @@ tags:
|
|
11 |
Models for READY: Open-Source Framework for Real-Time AI-enabled Nystagmus Diagnosis
|
12 |
https://github.com/oocular/ready
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
Models for READY: Open-Source Framework for Real-Time AI-enabled Nystagmus Diagnosis
|
12 |
https://github.com/oocular/ready
|
13 |
|
14 |
+
# Getting the Models
|
15 |
+
To download the models, first clone the repository and navigate to the models directory:
|
16 |
+
```bash
|
17 |
+
git clone https://huggingface.co/mxochicale/ready_hf/
|
18 |
+
```
|
19 |
+
Alternatively, you can download individual files using wget.
|
20 |
+
You can browse the repository to find other files to download in the same way.
|
21 |
+
For example:
|
22 |
+
```bash
|
23 |
+
wget https://huggingface.co/mxochicale/ready_hf/resolve/main/models/27-Jul-2025_03-44-52_NVIDIA_A100_80GB_PCI/weights_27-Jul-2025_03-44-52.pth
|
24 |
+
```
|
25 |
+
|