Miguel Xochicale commited on
Commit
e4fd525
·
unverified ·
1 Parent(s): eb7816e

adds details to download models

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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
+