AustinZhang commited on
Commit
0b2b5e5
·
verified ·
1 Parent(s): c5003f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -20
README.md CHANGED
@@ -32,19 +32,6 @@ Model weights for **Resp-Agent** - An intelligent respiratory sound analysis and
32
 
33
  ## 🚀 Quick Download
34
 
35
- ### Option 1: Using download script (Recommended)
36
-
37
- ```bash
38
- # Clone the GitHub repo first
39
- git clone https://github.com/AustinZhang/Resp-Agent.git
40
- cd Resp-Agent
41
-
42
- # Run the download script
43
- python download_models.py
44
- ```
45
-
46
- ### Option 2: Using huggingface_hub
47
-
48
  ```python
49
  from huggingface_hub import snapshot_download
50
 
@@ -62,13 +49,6 @@ snapshot_download(
62
  )
63
  ```
64
 
65
- ### Option 3: Git LFS
66
-
67
- ```bash
68
- git lfs install
69
- git clone https://huggingface.co/AustinZhang/resp-agent-models
70
- ```
71
-
72
  ## 📂 Expected Directory Structure
73
 
74
  After downloading, your project should look like:
 
32
 
33
  ## 🚀 Quick Download
34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ```python
36
  from huggingface_hub import snapshot_download
37
 
 
49
  )
50
  ```
51
 
 
 
 
 
 
 
 
52
  ## 📂 Expected Directory Structure
53
 
54
  After downloading, your project should look like: