feat: download dataset from Google Drive when running locally

- Add  dep to requirements.txt
- Non-Colab path: download dataset_jagung.zip from Drive using file ID
  if not present locally, then extract as usual
- Keeps Colab path unchanged (drive.mount)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
MythEclipse
2026-06-11 15:18:25 +00:00
co-authored by Claude
parent ddced09bbc
commit b83b2e132f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
tensorflow==2.19.0 # CPU + Colab; for local GPU, install tensorflow[and-cuda]
tensorflowjs==4.22.0
gdown # download dataset from Google Drive
numpy
matplotlib
seaborn