Build & Deploy a Website in 7 Minutes using Python

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024

Комментарии • 51

  • @RubenRodriguez-oj5ui
    @RubenRodriguez-oj5ui 9 месяцев назад +1

    Thank you so much!!! I have no experience with website building, and just finished deploying a streamlit site with the help of your tutorials 🙏🙏

    • @CodingIsFun
      @CodingIsFun  9 месяцев назад

      Great to hear! Thanks for watching and happy Streamlit-ing! 🎈🥳

  • @ricardo.alves.campos
    @ricardo.alves.campos 10 месяцев назад +3

    I love all the your Streamlit videos, thank you for this one. Merry Christmas and Happy New Year. I wish you a nice year full of creative videos and a lot of new subscribers for your channel. Stay healthy! 👍

    • @CodingIsFun
      @CodingIsFun  10 месяцев назад

      Happy to hear that and thanks a lot for your wishes, Richard. I wish you also a merry Christmas and a happy new year! All the best for 2024! Stay awesome! 💪

  • @YuTv1408
    @YuTv1408 10 месяцев назад +1

    Cool cool. Hope you have Merry Christmas and your channel continues to grow.❤

    • @CodingIsFun
      @CodingIsFun  10 месяцев назад

      Thank you! 🙏 Same to you! Happy holidays! 🎅

  • @bradnaylor35
    @bradnaylor35 10 месяцев назад +1

    Awesome! Very easy to understand

    • @CodingIsFun
      @CodingIsFun  10 месяцев назад

      Glad you liked it. Thanks for watching! 👍

  • @unluckilylucky1120
    @unluckilylucky1120 10 месяцев назад +1

    Merry Christmas to my youtube guruji
    Wishes from 🇮🇳

    • @CodingIsFun
      @CodingIsFun  10 месяцев назад +1

      Thank you! I wish you also happy holidays! Greetings to India 🇮🇳

  • @BlockedMind
    @BlockedMind 9 месяцев назад

    The best streamlit video i've seen so far. But could you show also how to deploy for example a huggingface model to a website with a custom url? Because streamlit in the URL wouldn't make sense if someone would really commercially implement it. For testing and validating the models it's awesome, but beyond that not.

    • @CodingIsFun
      @CodingIsFun  9 месяцев назад

      Thanks for watching and for your video suggestion!

  • @MK-youtube123
    @MK-youtube123 9 месяцев назад +1

    Do you have any course created on Udemy??

    • @CodingIsFun
      @CodingIsFun  9 месяцев назад +1

      Currently, I do not have any (Udemy) courses. Would you be interested in a Streamlit video course?

    • @MK-youtube123
      @MK-youtube123 9 месяцев назад

      @@CodingIsFun yes, why not.

  • @GatusVadios
    @GatusVadios 5 месяцев назад

    So, if I want to load the python website to a Host Provider, what will I need to do? It seems complicate...

    • @CodingIsFun
      @CodingIsFun  5 месяцев назад +1

      Thanks for watching. I already have tutorials for that on my channel. Happy deployment! Cheers, Sven

  • @pjoshi_15
    @pjoshi_15 10 месяцев назад +1

    How can we index the website and its pages in Google Search Console?

    • @CodingIsFun
      @CodingIsFun  10 месяцев назад

      Thanks for watching. Perhaps this solution might work (I have not tested it myself):
      discuss.streamlit.io/t/google-search-console-site-verification/54350

  • @EverydayNewExperiences-lb9ui
    @EverydayNewExperiences-lb9ui 5 месяцев назад

    hi,
    when i try to run pip install -r requirements.txt, it says, ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'. can you help me out please? thank you

    • @CodingIsFun
      @CodingIsFun  5 месяцев назад

      Did you create the requirements file? Also, did you execute the command in the same directory where your requirements file is located? Cheers, Sven ✌️

  • @StudentSnsu
    @StudentSnsu 9 месяцев назад

    how about real time data dashboard in Python from a microcontroller (orange pi) sir? that received real time data from the controller and the data can be downloaded in the streamlit website

    • @CodingIsFun
      @CodingIsFun  9 месяцев назад

      Thanks for watching and your suggestion!

  • @chennabasavannh4799
    @chennabasavannh4799 7 месяцев назад

    Can you give solution to Modulenotfound error:no module named streamlit_littie while deploying streamlit app/website

    • @chennabasavannh4799
      @chennabasavannh4799 7 месяцев назад

      Sorry it's streamlit_lottie

    • @CodingIsFun
      @CodingIsFun  6 месяцев назад

      hank you for watching. As explained in the video, make sure to include "streamlit_lottie" in the requirements.txt file. I hope this helps! Cheers, Sven ✌️

  • @natjimoEU
    @natjimoEU 10 месяцев назад +1

    is there way to do this with a custom URL?

    • @CodingIsFun
      @CodingIsFun  10 месяцев назад +1

      Thanks for watching. As far as I know, the Streamlit community cloud does not support custom URLs. Yet, if you host your app somewhere else, e.g. Render, you could point your domain to their nameservers. Happy deployment!

  • @Joshuamakondo8884
    @Joshuamakondo8884 8 месяцев назад

    Is it possible to add meta description to streamlit apps making it easier to be found on the web??

    • @CodingIsFun
      @CodingIsFun  8 месяцев назад

      Thanks for watching.
      Please check out the following discussion: discuss.streamlit.io/t/adding-a-meta-description-to-your-streamlit-app/17847/14
      I hope it helps! Cheers, Sven ✌️

  • @ArnavMondal14
    @ArnavMondal14 9 месяцев назад

    Which version of python are you using? I am getting a Streamlit version not found error from this github code repository

    • @ArnavMondal14
      @ArnavMondal14 9 месяцев назад

      Update: 3.9 solved the issue

    • @CodingIsFun
      @CodingIsFun  9 месяцев назад

      Happy to hear that! :)

    • @ArnavMondal14
      @ArnavMondal14 9 месяцев назад

      Still facing some difficulties deploying it to an Oracle Linux compute VM, would you be willing to help me or make a video on it please? Oracle gives you free lifetime VM to use, I believe that is better than Render. could you help me or create a video on how to deploy a streamlit onto Oracle Compute VM? it will essentially be lifetime free then@@CodingIsFun

  • @Touch4962
    @Touch4962 9 месяцев назад

    sir while deploying my app i am getting the error module not fould even if already downloaded it in my enviroment

    • @CodingIsFun
      @CodingIsFun  9 месяцев назад

      Thanks for watching. Please ensure to include the requirements.txt file as shown in the video

    • @Touch4962
      @Touch4962 9 месяцев назад

      Bro i made my different app name resume builder so i will share u code plz make me requirements. Txt according to that

    • @CodingIsFun
      @CodingIsFun  9 месяцев назад

      @@Touch4962 It is all explained in the video. It is 8 min 😅 Please rewatch it, thanks! Cheers, Sven

    • @Touch4962
      @Touch4962 9 месяцев назад

      How can i hide my openai api key plz help

  • @ydmoskow
    @ydmoskow 10 месяцев назад +1

    Can GPT so this for me?

    • @maliktanveerdhool
      @maliktanveerdhool 10 месяцев назад

      Yes it can do

    • @CodingIsFun
      @CodingIsFun  10 месяцев назад

      Thanks for watching. What exactly do you mean? :)

    • @ydmoskow
      @ydmoskow 7 месяцев назад

      @@CodingIsFun can I write a prompt that will result in the code needed for a website instead of writing it myself?

  • @adilbenmohamed5842
    @adilbenmohamed5842 7 месяцев назад

    Hi please add a video to convert streamlit app to desktop exe app?

    • @CodingIsFun
      @CodingIsFun  7 месяцев назад +1

      Not sure why you wrote the same comment under different videos, but here you are: ruclips.net/video/3wZ7GRbr91g/видео.htmlsi=fjjCh3ILylGZ8cXT
      Cheers, Sven ✌️

  • @abdoulayebadji2205
    @abdoulayebadji2205 10 месяцев назад

    You are the best

  • @mossadahmed8150
    @mossadahmed8150 10 месяцев назад

    Is there a free NoSql database I can use instead of deta ?

    • @CodingIsFun
      @CodingIsFun  10 месяцев назад +1

      Thanks for watching. I am sure you will find plenty of options if you do a quick Google search. You could for example look into the free tier of MongoDB.

    • @mossadahmed8150
      @mossadahmed8150 10 месяцев назад

      @@CodingIsFun All done. By the way thanks for the great videos