Kaggle / kagglehub

Python library to access Kaggle resources
Apache License 2.0
42 stars 7 forks source link

Speed up model uploading, add zipping progress bar #100

Closed mohami2000 closed 4 months ago

mohami2000 commented 4 months ago

https://docs.google.com/document/d/1g8Wa_Jau5FM5WmXkpcwzr4bHmn2WkM0HfiedXb_8jn0/edit?resourcekey=0-azKcfRCDIt09YtnZTAOU4A&tab=t.0

Added progress bar for zipping in model upload Added code to speed up model uploading through multi-threading

The doc explains the pain points that these features are needed for

neshdev commented 4 months ago

@mohami2000 - This PR has too many changes going on. Please separate the changes by logical units. Please always add tests for the change taking place.