Files
zeavis-edu/Machine_Learning/requirements.txt
T
MythEclipseandClaude b83b2e132f 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>
2026-06-11 15:18:25 +00:00

12 lines
260 B
Plaintext

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
pillow
split-folders
scikit-learn
tf2onnx
onnxruntime