WillyShakes / README.md
scenecoachai's picture
Update README.md
8006d0c verified
|
raw
history blame
125 Bytes
---
license: apache-2.0
---
cd your-dataset-name
cp /path/to/your/data/* .
git add .
git commit -m "Add my dataset"
git push