Pooja
Pooja

Reputation: 25

Is there any platform other than Huggingface, heroku or streamlit share to deploy a streamlit application?

I have a python streamlit code and CSV files of about 35GB and I'm creating a docker image which is about 2.5GB. Is there any Hosting Service or Platform where I could deploy the streamlit application along with the CSV files?

Upvotes: 1

Views: 764

Answers (1)

Caroline Frasca
Caroline Frasca

Reputation: 734

You can deploy Streamlit apps on most hosting services, including AWS, Azure, GCP, Digital Ocean, and Google Colab.

Upvotes: 1

Related Questions