I have a .pkl file over to 700mb so it will not uploaded on github bcz of the size limit.
How to store the .pkl file in any cloud and access to the app.py streamlit app so they won’t give me path error,
Thanks
Here’s a janky example putting the large file in Google Drive and downloading it once the app is deployed:
Keep in mind that loading a large file onto memory may surpass the resources limit (2.7GB):