Today I found out that this thing exists. In 20 minutes, I understood the basics of how to work with it. My life will never be the same. It's soooo simple and flexible!
This was a great video. Your teaching style is amazing. Most people are so boring with the material that I dont remember any of it when the video ends. With your style, I remember at least half of what you said.
Awesome video - so useful to see some less obvious but very useful components rather than a massive laundry list of components displayed in the offical doc.
Thank you very much for this very useful presentation of streamlit and its libraries. At first, I couldn't run the app file. Then, I uninstalled and reinstalled streamlit and managed to use it effectively. You're very clear on your explanation and show everything one needs to do it.
You deserve youtube award of the year. TNice tutorials video truly nails it! Very well explained... The way you cut the bullsNice tutorialt and get straight to it..
You're awesome! I didn't know too much about this tool. Thank you so much! Muchisimas gracias por el contenido, muy buenos tus videos! Regards from Argentina | saludos desde Buenos aires 🙂🙃
Hello, thank you so much for tutorial... , Are you able to share, what software are you using to record your video tutorial ? would appreciate the info
Super helpful video, nicely explained, on the point and very pleasing to watch and listen to you teaching stuff. Charming and charismatic as well :) Thank you for those videos! Keep on going ;)
Congrats for the video! I have two questions. 1) You splitted the page into 3 columns. How I can set the object to fit dinamically the column width? I dont know if I missed some point of your explanation. 2) How I can divide the page into different number of columns? For instance, I have just one column, then I choose 3 columns, and then I want continue the rest of the page with one column again. Tkx again for your video.
Hey Yuri, thank you! As far as I know, what you asked on your first point is not possible natively. There might be some css code you can add to the Streamlit app to make that happen though. For your second point, you can define separate containers and have different column numbers per container. Hope this helps :)
Would love to use streamlit, but one thing I struggle with is regarding local hosting as anyone who knows the ip address can access the webpage directly. Do you have any recommendations with regards to the websecurity?
so good!! Thank you so much! Would you mind telling me which IDLE do you use to code? I've never seeing this one before and I would like to try it out. Thank you and keep up with the good work!!
Hey João, I am using Sublime Text. :)As Süleyman mentioned it's not exactly an IDE but a text editor. I like using it for the simplicity in my tutorials.
Hi Mısra, How can we create some ticket requests queue. Which shows buttons like Approve and cancel. And only a certain person can have rights to approve it. I looked for this but haven't found much on it. How can this be achieved?
The # actually called the _hash sign._ Thanks to Twitter, many say hashtag, but that is the name given to function that the # followed by a text string serves on Twitter, i.e., it "tags" a tweet for data collection purposes. The # is also known as the _pound sign._ 🤓
@@marcellodichiera Is it possible to upload video in streamlit ? I am working on traffic flow management application on computer vision ? Will it be possible for me to deploy my project ( doing all the graphical analysis, such as number of vehicles, speed etc) in streamlit or I have to learn flask or django for that ?
@@readbhagwatgeeta3810 hi, you can capture picture from camera, but also with the fileuploader() you can upload video files, not sure at the moment if after uploaded you can do analysis , but i think it should be possible
Hey Mike, yes that's possible. You can do all the analysis you want in the Streamlit app that you would do in a Python script. You just need to be mindful of how much the user might need to wait in between reruns.
Very informative and practical video. Thanks a lot ! 🙂 Is there a way to stop streamlit running full app top to bottom everytime something changes on screen? -Mandar
That will happen everytime unfortunately but you can use some tricks to control what runs first with Streamlit Session States. Take a look at my video on Streamlit Session States for that :)
I'm not sure if that's possible. One way is to use Streamlit Community Cloud to deploy your app on the cloud and then share the link with everyone. I explain how to do that here: ua-cam.com/video/B0MUXtmSpiA/v-deo.html
Hi there, I am looking for a Streamlit tutor to help me with my project. I am a biginner and my project is simple, but I have never used strealint before and need a tutor asap . Do you think you could help?
Thank you for the lecture videos Ma, Thank you so much. I watched a video of you on evaluation metrics in assemblyAI channel and I have a question to ask based on model evaluation, my question goes like this Ma, when we deploy our model to a web app using streamlit, can we use a confusion matrix to figure out which exact datapoint our model predicted wrongly by applying the confusion matrix to the final predictive system output in the web app?
👇 Get the ready-to-use code template for Streamlit
misraturp.gumroad.com/l/stemp
Today I found out that this thing exists. In 20 minutes, I understood the basics of how to work with it. My life will never be the same. It's soooo simple and flexible!
I'm just discovering streamlit. This package is great and will save me a ton of time building my own webapps. Thanks for these examples.
You're very welcome!
Show it to me, will you?
This was a great video. Your teaching style is amazing. Most people are so boring with the material that I dont remember any of it when the video ends. With your style, I remember at least half of what you said.
Awesome video - so useful to see some less obvious but very useful components rather than a massive laundry list of components displayed in the offical doc.
Thank you for this very useful video!
Finally a video that explains some Streamlit examples that can be understood! Thank you.
Thank you... I like the way you teach...
Nice work, well paced with clear explanations
You are a really good teacher. It's amazing to see how fluid the learning process goes with you.
bravo and thank you
That's amazing to hear, thank you David :)
Thank you very much for this very useful presentation of streamlit and its libraries. At first, I couldn't run the app file. Then, I uninstalled and reinstalled streamlit and managed to use it effectively. You're very clear on your explanation and show everything one needs to do it.
Excellent Intro for newbies. Thanks.
Cool Tips. Straight to the point. Very professional. Loved it! Shared with my team
Its amazing video on Streamlit Thank you very much!
So good Misra. Succinct, relevant, right to the point!
You deserve youtube award of the year. TNice tutorials video truly nails it! Very well explained... The way you cut the bullsNice tutorialt and get straight to it..
That's great to hear, thank you for your support Kemenag!
Thanks :) great video
Enjoyed every second of this video. Beautiful video from a beautiful teacher ❤
Great Video, new to python and recently discovered streamlit, nice to see examples
Great tips! Thanks
Hi
I love the way you explain things.
I would love to know more about streamlit,can you please make more videos on it 😊
Of course!
Well done. Thanks. Subscribed and looking forward to more content.
UA-cam has been recommending this video for a while now. Finally watched it. Worth every second🎉
Can you make a part 2.
Amazing to hear! I'll note it down for the future!
Very informative and clear. Much appreciated 👍
You're awesome! I didn't know too much about this tool. Thank you so much!
Muchisimas gracias por el contenido, muy buenos tus videos! Regards from Argentina | saludos desde Buenos aires 🙂🙃
thank you very much for your inspiring video
very helpful! Good video!
Instantly subscribed 🎉
🎉
Excellent video. How can I save the photo that were captured?
Hello, thank you so much for tutorial... , Are you able to share, what software are you using to record your video tutorial ? would appreciate the info
I love the way you teach ,and I want more videos of streamlit please.....
Thank you Kelvin!
Thank you. Nice job explaining things.
Thank you for sharing this, it's very nice.
Thank you for sharing this video!
Thanks for watching!
This was a great intro for me on what Streamlit can do. Thanks!!
Great to hear Kenneth! You're very welcome :)
Really good explanation how to use these elements! Thanks for know how. 😊
Very useful 👍
Thanks! very useful !!!
Is there a way to set the callback function the first time page loads?
Thank you very much. Very good presentation
You are welcome!
a very good video thanks for sharing
You're very welcome :)
Super helpful video, nicely explained, on the point and very pleasing to watch and listen to you teaching stuff.
Charming and charismatic as well :) Thank you for those videos! Keep on going ;)
Thank you!
Awesome 👍
Useful!! Thanks
Amazing, thanks for putting this together!!
You're very welcome!
Gostei muito !!!!!😍😍😍😍👍 ganhou mais um inscrito!!!
Progress bar is awesome 🎉
I'm about to start a project presentation, mostly graph's and text. Streamlit is in the list for this ;). Thanks Mısra Turp
You're very welcome :)
very nicely done!
Which IDE is she using
Just awesome. Very nicely explained. Thank you so much.
Great to hear!
How is that progress bar tracking the actual progress of the file upload?
so helpful, thanks for sharing
You're very welcome!
Thanks for the video ! It was very interesting. What is your editor ?
mısra hanım teşekkürler.
Congrats for the video!
I have two questions.
1) You splitted the page into 3 columns. How I can set the object to fit dinamically the column width? I dont know if I missed some point of your explanation.
2) How I can divide the page into different number of columns? For instance, I have just one column, then I choose 3 columns, and then I want continue the rest of the page with one column again.
Tkx again for your video.
Hey Yuri, thank you!
As far as I know, what you asked on your first point is not possible natively. There might be some css code you can add to the Streamlit app to make that happen though.
For your second point, you can define separate containers and have different column numbers per container.
Hope this helps :)
@@misraturp thank you so much. I'll take a look on these points. :D
Great video. Thank you very much. 🖖
You're very welcome :)
Excellent 💯💯💯
You are amazing!
Perfect Job Misra.How can I attach those photographs to a database like Sqlite with details such as Name, email, and Phone no.
Is there an alternative to change progressbar color by value? ex.:
> 0 and < 50 = green
> 50 and < 80 = yellow
> 80 and < 100 = orange
= 100 = red
Would love to use streamlit, but one thing I struggle with is regarding local hosting as anyone who knows the ip address can access the webpage directly. Do you have any recommendations with regards to the websecurity?
How does one ensure that the changes persist so that on the app resume, whatever you did would show?
thanks for this tutorial ..............
You are welcome!
do you have a video on how to connect streamlit to supabase or something similar?
Hello i would like to know how i can write out of expander after the expander? Good video.
Just need to write outside the indentation, that would be outside the expander.
🤦🏻
Great video, thank you :)
You're very welcome :)
It seems as if the progress bar is not actually related to the actual photo upload time. Is that correct?
Thank you very much bea alonzo!
You're welcome!
Yes Nice 👍
Is there any way to launch streamlit as excitable file ?
can you explain passing parameters between pages and tabs?
Thanks!
Which IDE editor is she using??
Teşekkürler 🙏🏻
so good!! Thank you so much! Would you mind telling me which IDLE do you use to code? I've never seeing this one before and I would like to try it out. Thank you and keep up with the good work!!
It's Sublime Text. It's not an IDE, just a text editor actually with some good features.
Hey João, I am using Sublime Text. :)As Süleyman mentioned it's not exactly an IDE but a text editor. I like using it for the simplicity in my tutorials.
I like Sublime's low resource usage and fast speed@@misraturp 😄
Will it play in Peoria?
How to upload multiple images and save them for later use in the application?
Hi Mısra,
How can we create some ticket requests queue. Which shows buttons like Approve and cancel. And only a certain person can have rights to approve it.
I looked for this but haven't found much on it. How can this be achieved?
not at all
Can you synchronize multiple videos? Great video btw! Incredibly helpful!
❔
Thank you. 🙂
You're very welcome :)
how to setting the wide mode as true in initial?
nobody knows
how could MathJax be integrated into Python by using streamlit to display LaTex as mathematical expressions in a web application?
Thanks you.
You're welcome :)
The # actually called the _hash sign._ Thanks to Twitter, many say hashtag, but that is the name given to function that the # followed by a text string serves on Twitter, i.e., it "tags" a tweet for data collection purposes. The # is also known as the _pound sign._ 🤓
Thank you Tomas!
Rakam işareti
Number sign
It's also called the "hashmark".
aka OCTOTHORPE
Interesting topic explained with a beautiful face. Thank you!
Thanks for sharing. Is it possible to upload a csv file, do some pandas stuff and then download an excellist for example?
st.file_uploader()
Yep, I built a machine learning model that makes prediction after an excel file is uploaded
@@marcellodichiera Is it possible to upload video in streamlit ? I am working on traffic flow management application on computer vision ? Will it be possible for me to deploy my project ( doing all the graphical analysis, such as number of vehicles, speed etc) in streamlit or I have to learn flask or django for that ?
@@readbhagwatgeeta3810 hi, you can capture picture from camera, but also with the fileuploader() you can upload video files, not sure at the moment if after uploaded you can do analysis , but i think it should be possible
Hey Mike, yes that's possible. You can do all the analysis you want in the Streamlit app that you would do in a Python script. You just need to be mindful of how much the user might need to wait in between reruns.
Very informative and practical video. Thanks a lot ! 🙂
Is there a way to stop streamlit running full app top to bottom everytime something changes on screen?
-Mandar
That will happen everytime unfortunately but you can use some tricks to control what runs first with Streamlit Session States. Take a look at my video on Streamlit Session States for that :)
@@misraturp I have been through that video already but maybe I am not getting properly. Will give it a try again. Thanks 🙂
Can streamlit process 3 mill rows with 30 columns ok?
I'm not sure. But that might be a processing power issue rather than Streamlit.
Cool
How do we make standalone file (single file exe) for streamlit to be shared with peers ?
I'm not sure if that's possible. One way is to use Streamlit Community Cloud to deploy your app on the cloud and then share the link with everyone. I explain how to do that here: ua-cam.com/video/B0MUXtmSpiA/v-deo.html
A good job with a pretty smile deserves great admiration
thank u girl🥰🥰
:)
Hi there, I am looking for a Streamlit tutor to help me with my project. I am a biginner and my project is simple, but I have never used strealint before and need a tutor asap . Do you think you could help?
When use Dash instead of Streamlit?
after launching streamlit once, it doesnt take changes in the browser
Does any one know a way to integrate the bootstrap nav bar into the streamlit app
R u smarter than a 5. grader?
Thank you for the lecture videos Ma, Thank you so much. I watched a video of you on evaluation metrics in assemblyAI channel and I have a question to ask based on model evaluation, my question goes like this Ma, when we deploy our model to a web app using streamlit, can we use a confusion matrix to figure out which exact datapoint our model predicted wrongly by applying the confusion matrix to the final predictive system output in the web app?
Yes, that should be possible!
How to video call in streamlit
can we upload .sav(spss file) in streamlit. i am trying but i am unable to do.
Not sure. :/
that goes w/o saying
You can't upload the. Sav file but you can load it through pickle or jobilib library 😊
Very difficult to install streamlit. not compatible with latest python version on linux. spend too much time just for the problem of installation.
And then what?
Can u teach how to use nexus
I'll look into it!