ashutosh-pathak commited on
Commit
0679f6b
·
1 Parent(s): 179685f

Add raw data to DVC

Browse files
Files changed (6) hide show
  1. .dvc/.gitignore +3 -0
  2. .dvc/config +4 -0
  3. .dvcignore +3 -0
  4. .gitignore +8 -0
  5. data/raw.dvc +6 -0
  6. requirements.txt +3 -1
.dvc/.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ /config.local
2
+ /tmp
3
+ /cache
.dvc/config ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ [core]
2
+ remote = myremote
3
+ ['remote "myremote"']
4
+ url = gdrive://1iCiyJYNU2V8tgom8hLj8IliipFR4QRCT
.dvcignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Add patterns of files dvc should ignore, which could improve
2
+ # the performance. Learn more at
3
+ # https://dvc.org/doc/user-guide/dvcignore
.gitignore ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ .ipynb_checkpoints/
3
+ .DS_Store
4
+ **/*.png
5
+ **/*.npy
6
+ **/*.h5
7
+ **/*.nii.gz
8
+ /data/raw
data/raw.dvc ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ outs:
2
+ - md5: fbe7cb3de193c0b538cef6f4ae1eb7d8.dir
3
+ size: 708084749
4
+ nfiles: 41
5
+ hash: md5
6
+ path: raw
requirements.txt CHANGED
@@ -5,4 +5,6 @@ keras
5
  tensorflow
6
  matplotlib
7
  gradio
8
- pydicom
 
 
 
5
  tensorflow
6
  matplotlib
7
  gradio
8
+ pydicom
9
+ dvc
10
+ dvc_gdrive