Deploy Streamlit Python Application for Free

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024
  • In this video, we have deployed an Streamlit application on Share Streamlit for free of cost. Share Streamlit adds the GitHub repository for the deployment and provides up to 1 GB of size without any cost. This is very helpful for deploying hobby projects. Watch the video where we are deploying our Toxicity Classifier Streamlit application.
    Share Streamlit Link: share.streamli...
    #streamlit #python #coding #github

ความคิดเห็น • 23

  • @naveenkumarreddynaguru7045
    @naveenkumarreddynaguru7045 ปีที่แล้ว +1

    Thank god. You have saved me dude I was trying the heroku and this helped me at the end. Thank you bro.

    • @AIAnytime
      @AIAnytime  ปีที่แล้ว

      Glad I could help ☺️

    • @VishalSharma-rs2ew
      @VishalSharma-rs2ew ปีที่แล้ว

      Can you tell me how you deploy in heroku because there is application error in my deployment

  • @rakshikaprasad6695
    @rakshikaprasad6695 10 หลายเดือนก่อน +3

    i have a lot of dependency installing errors. what to do?

  • @absharfatima
    @absharfatima 9 หลายเดือนก่อน

    Thankyou so much... you nailed it man...

  • @kevon217
    @kevon217 ปีที่แล้ว

    Thanks for the step-by-step.

    • @AIAnytime
      @AIAnytime  ปีที่แล้ว

      You are welcome.

  • @Relaxingmusic-oi3en
    @Relaxingmusic-oi3en 9 หลายเดือนก่อน

    thank you very much sir ,this helps a lot to me

  • @perumal7377
    @perumal7377 ปีที่แล้ว

    Insightful 😇😇

  • @piyassarkar6290
    @piyassarkar6290 28 วันที่ผ่านมา

    new python version app does not work on stemlet. what shouls I do?

  • @AlgoTradinginHindi
    @AlgoTradinginHindi 3 หลายเดือนก่อน

    Can you help with How to deploy Streamlit built app on our personal domain . and i want to users to login and store user based data also. please suggest if you know which provider is best to do that.

  • @Scottcohle
    @Scottcohle 4 หลายเดือนก่อน

    I created an app on streamlit and it works properly on the local host, but when I try to deploy it it fails ,Can anyone help me

  • @shubhamsain7499
    @shubhamsain7499 2 หลายเดือนก่อน

    i have a deep learning project but its not deploying on streamlit how i can deploy it

  • @Petslifeinkarachicity
    @Petslifeinkarachicity ปีที่แล้ว

    Great 👍

    • @AIAnytime
      @AIAnytime  ปีที่แล้ว

      Thank you! Cheers!

  • @snehasalunke7320
    @snehasalunke7320 ปีที่แล้ว +1

    while deploying I am getting an error at pickle.load() . can you plz help?

    • @AIAnytime
      @AIAnytime  ปีที่แล้ว

      Hi, can you paste the error you are getting? Are you using the right library for pickle? Do you have the pickle file inside repo?

    • @snehasalunke7320
      @snehasalunke7320 ปีที่แล้ว

      @@AIAnytime FileNotFoundError: [Errno 2] No such file or directory: 'cv.pkl'
      2023-07-22 08:07:42.696 Uncaught app exception
      Traceback (most recent call last):
      File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 552, in _run_script
      exec(code, module.__dict__)
      File "/app/duplicate-question-pair-detection/streamlit-app/app.py", line 2, in
      import helper
      File "/app/duplicate-question-pair-detection/streamlit-app/helper.py", line 9, in
      cv = pickle.load(open('cv.pkl','rb'))
      FileNotFoundError: [Errno 2] No such file or directory: 'cv.pkl'
      this the error.....
      and here is my github repo github.com/Snehag30/duplicate-question-pair-detection/tree/main

    • @danielkayode5217
      @danielkayode5217 2 หลายเดือนก่อน

      I'm facing the same error too

  • @tusharmahuri2439
    @tusharmahuri2439 7 หลายเดือนก่อน

    Thanks

    • @AIAnytime
      @AIAnytime  7 หลายเดือนก่อน

      Welcome

  • @rohitchauhan7159
    @rohitchauhan7159 ปีที่แล้ว

    anybody can suggest me where to store the firebase and openaiapi key bcoz i'm facing a problem to deploy streamlit app