Deploy Your AI Streamlit App for FREE | Step-by-Step (Heroku Alternative)

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

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

  • @alejandro_ao
    @alejandro_ao  10 หลายเดือนก่อน

    💬 Ask your questions in our Discord Server (but please leave a comment here too for engagement): link.alejandro-ao.com/981ypA
    ❤ Buy me a coffee... or a beer (thanks): link.alejandro-ao.com/YR8Fkw
    🔥 Become an expert in LLM applications (early access): link.alejandro-ao.com/langchain-mastery

  • @IdPreferNot1
    @IdPreferNot1 10 หลายเดือนก่อน +4

    Love that your tutorials are handcrafted, not just running through someone else's github example. Great teaching!

    • @alejandro_ao
      @alejandro_ao  10 หลายเดือนก่อน +1

      thanks! i try to keep it as step-by-step as possible!

  • @jamesallison9725
    @jamesallison9725 10 หลายเดือนก่อน +2

    Another excellent tutorial by Alejandro, thank you Alejandro! I find your pacing and content so much easier to learn from than many other sites.

    • @alejandro_ao
      @alejandro_ao  10 หลายเดือนก่อน

      thank you James!

  • @morrisonosiezagha4060
    @morrisonosiezagha4060 8 วันที่ผ่านมา

    Learnt something new. Thanks for sharing.

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

    Hi Alejandro... I want to ask you a question about providing services online... What happens if I use GPU on some process, for example, Voice to text on large files, or high-end summarization of complex text with a free LLM... when its finally uploaded on streamlit or render you are running on pure cpu. Is there a way to walk around the gpu thing? consuming it online must be expensive.

  • @Akuma7499
    @Akuma7499 6 หลายเดือนก่อน +1

    where is the tutorial link for creating this

  • @VictorLopez-ot5su
    @VictorLopez-ot5su 6 หลายเดือนก่อน

    what is the port for chainlit?

  • @RicardoIturra-w8y
    @RicardoIturra-w8y 10 หลายเดือนก่อน

    Came here to give my feedback and Like!

  • @sv4647
    @sv4647 10 หลายเดือนก่อน +2

    Plss Alejandro, your video on pdf chatbot using hugginface is best. Pls can you show how to use text to speech in it. Like get user question as audio and give answer in audio??

  • @manideep8566
    @manideep8566 8 หลายเดือนก่อน

    How can we deploy the Chat With SQL app?

  • @mainaurusman
    @mainaurusman 5 หลายเดือนก่อน

    also make a vedio if we are using fast api endpoints then how to deploy

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

    Thank you for this very useful video!

    • @alejandro_ao
      @alejandro_ao  7 หลายเดือนก่อน +1

      Glad it was helpful!

  • @tlchannel2359
    @tlchannel2359 8 หลายเดือนก่อน

    great , how can i did it with mongodb and mysql pls

  • @snehasissnehasis-co1sn
    @snehasissnehasis-co1sn 10 หลายเดือนก่อน

    Can I use Gemini pro api key rather than open api key.... because it's free to use...

    • @alejandro_ao
      @alejandro_ao  10 หลายเดือนก่อน +1

      yes you can, just initialize your LLM using this class: python.langchain.com/docs/integrations/chat/google_generative_ai

  • @FTW么Obito
    @FTW么Obito 8 หลายเดือนก่อน

    hi broo nice video and i have doubt i hvae deploy my app in streamlit where i have to run backend and front end simulanetousl which i have select the main path of my file

  • @CortezLabs
    @CortezLabs 10 หลายเดือนก่อน

    Thank you

    • @alejandro_ao
      @alejandro_ao  10 หลายเดือนก่อน

      thank *you*

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

    I keep getting DefaultCredentialError..
    Please how can I solve that error 🙏🏼

  • @ajay.kartheek
    @ajay.kartheek 10 หลายเดือนก่อน

    i added my openai api key to environment variable in render but once i deploy my project, my openai api key gets deleted. please help!

    • @alejandro_ao
      @alejandro_ao  10 หลายเดือนก่อน

      what do you mean it gets deleted? are you sure you added the correct variable name (OPENAI_API_KEY)?

  • @lwjunior2
    @lwjunior2 10 หลายเดือนก่อน

    Outstanding Work! Thank you. Is there a way to create a reference file filled with PDF documents that can serve as a resource for questions in a ChatGPT format?

    • @alejandro_ao
      @alejandro_ao  8 หลายเดือนก่อน

      absolutely, you could either create it yourself or have an agent build it for you. in the latter case, you might as well just use plain text. but i do feel like checking the reference file before querying the indexed data would require an agent or a more sophisticated chain! let me know how this works for you! sorry for the late response!

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

    I am getting authenticationerror after deployment. Please consider this query.

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

    Does it have to be a public GitHub repository for Render? Can I use a private repository if I don’t want to let my data be public?

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

      If I want to deploy it in render I guess the repo should be in private
      If u want to make ur code public just make another repo..:)

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

    Big Thanks ❤❤❤

  • @Kevgas
    @Kevgas 10 หลายเดือนก่อน

    Do Render apps auto sleep after a few days like Streamlit?

    • @alejandro_ao
      @alejandro_ao  10 หลายเดือนก่อน

      yes they do but not exactly the same way!
      a streamlit community cloud app will be completely disabled after inactivity. turning it back on will take several minutes (like when deploying for the first time).
      Render, on the other hand, will put your app to sleep if it is idle for more than 15 minutes. But turning it back on does not involve actually "redeploying" like with streamlit community cloud. it will be just a few seconds.
      still, i recommend that you use a premium plan if your app is actually in production!

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

    the Discord invite is no longer valid... Can you update the post with a permanent discord invite please?

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

      hey there, that's strange. which link are you using? you can join using this one here: link.alejandro-ao.com/discord. see you there!

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

      ​@@alejandro_ao Still the same
      Please update it

  • @akashghosh9335
    @akashghosh9335 10 หลายเดือนก่อน

    Thanks man

    • @alejandro_ao
      @alejandro_ao  10 หลายเดือนก่อน

      Any time 😎

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

    thanks dude

  • @sv4647
    @sv4647 10 หลายเดือนก่อน

    Plss Alejandro, your video on pdf chatbot using hugginface is best. Pls can you show how to use text to speech in it. Like get user question as audio and give answer in audio.

  • @nazarmohammed5681
    @nazarmohammed5681 10 หลายเดือนก่อน +1

    chat with website using hugging face plzzzzzz ???

  • @paulmiller591
    @paulmiller591 10 หลายเดือนก่อน

    Cool!

  • @nazarmohammed5681
    @nazarmohammed5681 10 หลายเดือนก่อน +1

    One more time chat with website using hugging face plzz

  • @julianomoraisbarbosa
    @julianomoraisbarbosa 10 หลายเดือนก่อน

    # til