Тёмный

How to Build Your First Data Science Web App in Python - Streamlit Tutorial #1 

Data Professor
Подписаться 192 тыс.
Просмотров 432 тыс.
50% 1

Опубликовано:

 

30 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 372   
@DataProfessor
@DataProfessor 4 года назад
If you like this video, watch these next: 👉 Part 2 of this Streamlit (Web Application in Python) series is available here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-8M20LyCZDOY.html 👉 Streamlit playlist of 14 videos available here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ZZ4B0QUHuNc.html What kind of data science web app would you like to see, would love to hear your thoughts. Comments down below 👇
@zainulabideen3319
@zainulabideen3319 4 года назад
E commerce web app
@datalikers4361
@datalikers4361 4 года назад
I gets NameError: name 'render_entities' is not defined. Need help to fix it.
@cosmaskiplangat9162
@cosmaskiplangat9162 4 года назад
driver distractions detection system
@1UniverseGames
@1UniverseGames 3 года назад
A web application that can help to email classification, like spamming! Is it related to data science! I'm just thinking and share my thoughts
@DataProfessor
@DataProfessor 3 года назад
@@1UniverseGames Thanks for the suggestion
@cidrisonly
@cidrisonly Год назад
How many of you had that 'WoW' moment when the app launched for the first time
@patloeber
@patloeber 4 года назад
Nice! I also released a Tutorial about Streamlit just one week ago! Very nice framework indeed.
@DataProfessor
@DataProfessor 4 года назад
Thanks Python Engineer, you've got nice tutorial videos and channel, great job! 😃So I am pinning this comment for my subscribers to see your excellent resources. Links to Python Engineer's video on Streamlit is: 🔹ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-Klqn--Mu2pE.html
@joseantoniovelazquezruiz1609
@joseantoniovelazquezruiz1609 3 года назад
wow this is a great way to deploy projects, I had a hard time trying to present the result without sharing the python notebook or the simple charts, this has made my life way easier.
@DataProfessor
@DataProfessor 3 года назад
Hi Jose, I am very glad that the video was helpful 😊
@sanketgadge9060
@sanketgadge9060 4 года назад
This is super insane, thanks for introducing this to me...
@DataProfessor
@DataProfessor 4 года назад
Glad you like it!
@esperanzafeliciayakubu7794
@esperanzafeliciayakubu7794 4 года назад
I am a beginner python programmer this tutorial was very helpful. I tried your code and I did same for Apple stock
@DataProfessor
@DataProfessor 4 года назад
Great, thanks for sharing! Glad it is helpful.
@KenJee_ds
@KenJee_ds 4 года назад
Awesome video! Such a useful tool!
@DataProfessor
@DataProfessor 4 года назад
Thanks Ken! 😃
@quantaraum
@quantaraum 3 года назад
the best explenation after thousands of videos, yourr coming straight to the point!!
@azrflourish9032
@azrflourish9032 3 года назад
Hey! I have a question, should I install forexamle streamlit, flask, matplotlib in every new folder(project)?? It uses too much memory..
@DataProfessor
@DataProfessor 3 года назад
Yes and No. Yes if each project are significantly different from one another and have extensive library dependencies. No, if the projects share similar libraries. For my projects I usually have 3 different conda environments.
@temiwale88
@temiwale88 3 года назад
Hey Prof! Just a thought / idea: maybe set up monthly challenges for your viewers, followers, etc. to build projects with the tools and techniques you've shown them and other tools they have. Then invite them to share on your channel (like freecodecamp where I first found you!). It's a win-win for you and they as this can be part of their portfolio project or for experience 'youtubing' or teaching what they know - like you. Just a thought! Maybe gauge your viewers/followers interest on this approach and go for it (if there's enough interest)! God Bless You!
@ImportData1
@ImportData1 4 года назад
This is awesome!! I deployed a model using flask and it was definitely a tough process.. streamlist seems very straightforward!! Definitely going to use this in the future. Thank you!!👍
@DataProfessor
@DataProfessor 4 года назад
Thanks for the comment! It certainly is quicker to work with and deploy at a high-level, will have to explore it some more and will definitely make a follow-up tutorial video on implementing with actual ML model deployment
@MrVagzaf
@MrVagzaf 4 года назад
Hello, i can not install streamlit becouse when i am trying to install it i get the following error message. File "setup.py", line 94, in run self._run_cmake() File "setup.py", line 273, in _run_cmake raise RuntimeError('Not supported on 32-bit Windows') RuntimeError: Not supported on 32-bit Windows Please advice
@DataProfessor
@DataProfessor 4 года назад
Hi, try the solution mentioned in this post discuss.streamlit.io/t/issue-while-installing-streamlit/4495
@krishnakishore348
@krishnakishore348 4 года назад
Hi professor i have executed the same code in jupyter there is no error and everything is fime but i am not getting the web page can u pls help me there.
@DataProfessor
@DataProfessor 4 года назад
Hi, you will need to run the script file as a script via the ‘streamlit run filename.py’ format in order to get the web app working
@luciferkhusrao
@luciferkhusrao 4 года назад
This video and explanation were awesome beyond words. I and my pet cat watched this video with apt attention. We both loved it very much. Thank you Chanin Sir, thanks to Iqbal sir too
@DataProfessor
@DataProfessor 4 года назад
Funniest and encouraging comment! Thanks for watching!
@BhekumuziMachael
@BhekumuziMachael 3 года назад
This code can be simplified as follows: from requests.api import head import yfinance as yf import streamlit as st st.write(""" # Simple Stock Price App Shown are the stock closing price and volumne of Google! """ ) data = yf.Ticker('GOOGL')\ .history(period='1d', start='2021-01-01', end='2021-06-16') st.line_chart(data.Close) st.line_chart(data.Volume)
@DataProfessor
@DataProfessor 3 года назад
Amazing, thanks! 😁
@seifsedky9131
@seifsedky9131 3 года назад
Why have you chosen streamlit as suppose to plotly dash? Curious about your opinion on which is better and why you opted for the first ?
@DataProfessor
@DataProfessor 3 года назад
Thanks for the question, answered in another post in a recent video.
@salikmalik7631
@salikmalik7631 4 года назад
as usual sir, different and amazing. love it :)
@DataProfessor
@DataProfessor 4 года назад
Thank you so much 😀
@bobosmomos144
@bobosmomos144 3 года назад
Great video series sir just subscribed to your and channel and I'm gonna feed on your resources. I use Jupyter notebook would any code be different from what you typed??
@DataProfessor
@DataProfessor 3 года назад
Hi, a typical app should be made in a script file (app.py) and then running that file from the command line via "streamlit run app.py" command.
@unpatel1
@unpatel1 3 года назад
WOW!! This is my 1st real Python project and it worked!!! I want to change my career so started learning Python and libraries as well as other topics for many months now. Recently I thought about start working on real projects and this is my 1st one. Feel soooo good and confident!! I will follow your other simple projects as well, if there are any.
@DataProfessor
@DataProfessor 3 года назад
Glad to hear and glad it helped! Yes, there's plenty more where that came from, I have a playlist of 12 videos so far, more coming up. bit.ly/dataprofessor-streamlit
@Betterdailyy
@Betterdailyy Год назад
Same here I’m trying to change careers too
@shivampradhan6101
@shivampradhan6101 3 года назад
beta_expander and veta_cplumns are not working now . what are the new keywords now ?
@DataProfessor
@DataProfessor 3 года назад
Hi, the current version of Streamlit 0.71.0 is still supporting the beta_expander and beta_columns functions. If you're using an older version which may not have these functions, you can go ahead and update/re-install the streamlit library.
@mytube1000javed
@mytube1000javed 4 месяца назад
How to hide the code. I want to package a streamlit app and give to client.
@shehabberam78
@shehabberam78 3 года назад
Your channel is super amazing professor! I've one question, If I have a machine learning model that predicts the results using 14 features. can I build a simple UI that prompts the user for input and then the model returns the results (the prediction results) to the interface using streamlet? if yes, can you please make a full project tutorial similar to this idea?
@aroundwithbae5193
@aroundwithbae5193 2 года назад
Hi i have a similar requirement . could u pls share any link for this
@didisundiman
@didisundiman 3 года назад
Thanks Data Professor, please help how to change Python run in Jupyter notebook, I have installed python version 3.8 and 3.9, thanks
@tauhidanwar3512
@tauhidanwar3512 4 года назад
Very informative and lots of things to learn from this tutorial
@DataProfessor
@DataProfessor 4 года назад
Thanks for watching!
@ahamedbashan4638
@ahamedbashan4638 3 года назад
Could you please help us how to install conda. Because the conda activate dp is annoying.
@DataProfessor
@DataProfessor 3 года назад
Hi, I have made the video to show how you can install conda on your computer, check it out here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-sDCtY9Z1bqE.html dp is the name of my conda environment, you can feel free to create a conda environment to any name and when activating the environment you can type "conda activate name-of-environment"
@fahmiraouin2983
@fahmiraouin2983 2 года назад
I can use Streamlit for an real time face detection (machine learning model)??
@DataProfessor
@DataProfessor 2 года назад
Yes, absolutely
@ramiroeduardolujanmendez952
@ramiroeduardolujanmendez952 3 года назад
I am usin Jupyter notebook, but I get some error code: streamlit.delta_generator.DeltaGenerator at 0x24e7af9cee0. I don't know why st.line_chart(tickerDf.Close) or st.line_chart(tickerDf.Volume) are not runnig well. Could you help me please?, thank you
@DataProfessor
@DataProfessor 3 года назад
Hi, the web app will render properly if used as a script file. To run the web app, type into the command line: streamlit run app.py where app.py is the name of the web app.
@ramiroeduardolujanmendez952
@ramiroeduardolujanmendez952 3 года назад
@@DataProfessor Thank you very much!
@akhil3365
@akhil3365 3 года назад
can you please make a video on how to make a note-taking app in streamlit I tried to implement it but there are so many problems with my version because while deleting a note (row in the data frame) it messes up because the select_box doesn't get updated and sometimes deletes the row which is not intended to: def Notes(): st.markdown('## Notes') st.markdown('####') df= pd.read_csv('Notes.csv') Seal = st.container() nt,tb=st.columns(2) val=nt.text_area('Edit','Enter Note',height=200) if nt.button('Add note'): if val not in df['All Notes'].tolist() and val!='Enter Note': df.loc[len(df.index)]=val df['.']='.' df.to_csv('Notes.csv',index=False) tb.table(df.rename(columns={'All Notes': 'Highlights'}).set_index('.').sample(2)) with nt.expander('Delete'): delt=st.selectbox('Delete',df['All Notes']) if st.button('Delete'): df= pd.read_csv('Notes.csv') df=df.drop(df[df['All Notes']==delt].index) df.to_csv('Notes.csv',index=False) with Seal.expander('See All'): st.table(df.set_index('.')) Notes() this is my implementation.
@DataProfessor
@DataProfessor 3 года назад
Thanks, if I have time I will look into this.
@akhil3365
@akhil3365 3 года назад
@@DataProfessor sure, I will be looking forward to it
@konutek7716
@konutek7716 2 года назад
Although your codes are good enough to run stuffs they do need polishing
@languagetalk8141
@languagetalk8141 3 года назад
Hi, how can we get only 'high confidece " iRNA from mirbase using python or R? any package?
@DataProfessor
@DataProfessor 3 года назад
Hi, you could try comparing the results from many databases and do a simple consensus, if 3 of 5 gets top scores then those miRNA are deemed important. We have done this in a published paper pubmed.ncbi.nlm.nih.gov/27168985/
@judytsai9013
@judytsai9013 4 года назад
Thank you for sharing! Question: Does Streamlit can work with Jupyter notebook file (.jpynb) with classification model?
@DataProfessor
@DataProfessor 4 года назад
Hi Judy, Streamlit is meant to be run as a script (embedded inside a .py file and called via "streamlit run app.py". Yes the results of the classification model can be displayed in Streamlit
@DarkKnight-n1d
@DarkKnight-n1d Месяц назад
can you make a video to run the streamlit application to get the filtered output and the database for streamlit is from a dynamic website using selenium.
@비싸게사서싸게파는놈
@비싸게사서싸게파는놈 3 года назад
Now I can make web app without learning another language like R
@DataProfessor
@DataProfessor 3 года назад
Awesome! Glad you can use Python to make the web app with Streamlit. More videos in the Streamlit playlist bit.ly/dataprofessor-streamlit If you decide to take a look in R, consider shiny, it's a great library, I've got a tutorial playlist here bit.ly/dataprofessor-shiny
@iaratoledo5583
@iaratoledo5583 8 месяцев назад
I loved your tutorial, but I was getting an error when I tried to run it. I already use pipx to install yfinance, but the system tells the error: 'No module named 'yfinance''. How can I fix it?
@aresmetal
@aresmetal 4 года назад
Can't believe such a framework exists, it will save me a lot of development time!
@DataProfessor
@DataProfessor 4 года назад
That’s wonderful, I too am loving this streamlit library, so powerful yet minimal
@ledgermanager
@ledgermanager 3 года назад
lol, again a nice way to have things not working by choosing the easyway, currently this simple sample doesnt work, crazylazy coding, the enemy of all solidity
@ledgermanager
@ledgermanager 3 года назад
got it working, not bad for quick n dirty
@DataProfessor
@DataProfessor 3 года назад
Glad to hear!
@nisithpati6167
@nisithpati6167 3 года назад
Hey there! I just generated a heatmap in a web app by using the above process. But can you suggest how to download the heatmap as an image? I am stuck on it. I have tried almost everything.
@DataProfessor
@DataProfessor 3 года назад
Hi, absolutely, I've made a video in this Streamlit series showing the use of heatmap, please find the video here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-xiBXspqs0dk.html
@nisithpati6167
@nisithpati6167 3 года назад
@@DataProfessor thanks! solved it 🙏🏻
@higiniofuentes2551
@higiniofuentes2551 5 месяцев назад
You have imported pandas, how to use with streamlit? Thank you!
@kisho2679
@kisho2679 8 месяцев назад
How can streamlit be integrated with MathJax that sequentially reads data from am Excel file to display mathematically rendered list of formulas in the browser?
@shalash31
@shalash31 3 года назад
I followed the tutorial and run the script from the terminal using streamlit run app.py, but it give me an error NonExistentTimeError: 2010-09-10 00:00:00? Any help.
@vickyjaiswal9168
@vickyjaiswal9168 4 года назад
This was amazing..! How can i import the dataset using url?
@DataProfessor
@DataProfessor 4 года назад
Perhaps you would like to download the dataset file from the internet? If so, please follow this tutorial how you can download files inside Python likegeeks.com/downloading-files-using-python/
@vickyjaiswal9168
@vickyjaiswal9168 4 года назад
@@DataProfessor I want access data online.. without downloaded in my system (actually I want to access the realtime weather data to predict weather conditions at different places)
@PanCynik
@PanCynik 4 года назад
@@vickyjaiswal9168 Then you need to hace some sort of access to it through code. There are several ways, easiest is to use website API if it has any, if not you need to write another script that will just download data data you want. You can use BeautifulSoup, Selenium or other web scraping packages. But every case will be different, so for every website you will need new script.
@niteshadhikari3460
@niteshadhikari3460 3 года назад
How did you get it to update automatically? Having to rerun on prompt each time. Thanks!
@DataProfessor
@DataProfessor 3 года назад
Hi, then you will want to deploy your app to the cloud. To do that, check out these 2 videos: - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-kXvmqg8hc70.html - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zK4Ch6e1zq8.html
@niteshadhikari3460
@niteshadhikari3460 3 года назад
@@DataProfessor thank you so much ! You are by far the best data science channel. Learn something new each time.
@antonymahendra2249
@antonymahendra2249 2 года назад
Hi, Professor. What's dp environtment? I don't find that in my Anaconda Environtment. Please help me
@johirislam8174
@johirislam8174 3 года назад
I want to learn python from the begaining.Which lectures should i follow
@DataProfessor
@DataProfessor 3 года назад
I've made some introductory videos here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-wnmDt5ZaJKw.html And a guide to approaching the learning of Python for data science here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-AeUnO1oNv08.html
@johirislam8174
@johirislam8174 3 года назад
@@DataProfessor Thank you so much.Can you plz give me the link of installing the latest version of python?
@pedromartinezbarron4720
@pedromartinezbarron4720 Год назад
Someone know´s how to add conda path to system variables? In order to conda commands being recognized by the cmd:0
@matiasvargas880
@matiasvargas880 3 года назад
Hi Professor, I have the error " - GOOGL: No data found for this date range, symbol may be delisted" What can I do ? Ty for all !
@prasannapalanivel7547
@prasannapalanivel7547 7 месяцев назад
Can we divert python log messages from loggin module to streamlit textbox component? in other words, instead of printing the log messages in console, can i print that in the stream lit web page ?
@rutho.6282
@rutho.6282 4 года назад
Anvil.works is another option as well. I'm trying out streamlit to weigh the pros and cons.
@DataProfessor
@DataProfessor 4 года назад
Thanks for your comment. Anvil looks interesting as well 😃
@rutho.6282
@rutho.6282 4 года назад
@@DataProfessor Your Welcome :)
@leonellopez9472
@leonellopez9472 2 года назад
anybody have the Mac version of instructions? having issues following
@clark87
@clark87 4 года назад
Very useful and interesting, I have been waiting this video.
@DataProfessor
@DataProfessor 4 года назад
Glad you enjoyed it! Thank you for watching!
@rahulvijay6611
@rahulvijay6611 2 года назад
if possible can you make a end to end data driven data science project Real world/Industry level or show how to make it
@TheArashhak
@TheArashhak 4 года назад
Hi! Thanks for this tutorial. Streamlit seems cool and simple. I'm new to python. I've just created an eye blink detector that sends key presses when you blink. Thinking of making this an web app. Will you be able to run an eye blink key presser in the browser in the background and go into other apps/windows trigging key presses? I mean can I make it have system wide impact while running in the background?
@TheArashhak
@TheArashhak 4 года назад
Also will it work on Android and iOS?
@DataProfessor
@DataProfessor 4 года назад
Hi, I think the concept of your app would work. You would probably have to use the opencv library so that the webcam will be able to detect the eye blink which would trigger some key presses. As for running in the background, I am not sure about that, would really depend on the internet connection and if there would be any timeout from the hosting server.
@DataProfessor
@DataProfessor 4 года назад
As the deployed web app is accessible from a web browser, it should work on all devices: desktop, laptop, tablet and mobile (Android and iOS)
@thetravelshot
@thetravelshot 3 года назад
Only me who thought this guy was Joma Tech?
@DataProfessor
@DataProfessor 3 года назад
Haha, I get that a lot 😆
@thorisomolefe2276
@thorisomolefe2276 3 года назад
Yes
@djk5867
@djk5867 4 года назад
Hi, I just had a doubt from the portfolio video you made with Ken. After uploading the files on github ,it only shows the basic html with no css. Can you suggest a solution please?
@DataProfessor
@DataProfessor 4 года назад
Hi, have you compiled the HTML and CSS files, you can compile by using the command ./hugo -D (see 38:29 of the DS portfolio video). After compilation look all the HTML files and CSS files are in the "public" folder, you need to upload all contents in here into the GitHub. Then it should work. CSS file is in public/dist/css
@sajidsheikh4224
@sajidsheikh4224 3 года назад
Thank You So much Sir for amazing trick
@md.khaliluzzaman8447
@md.khaliluzzaman8447 4 года назад
Dear Professor, thanks for nice description. Is it possible to develop a web project for keras model [computer vision]?
@DataProfessor
@DataProfessor 4 года назад
Yes, it is possible.
@jraj6745
@jraj6745 3 года назад
How to add Streamlit to already existing .ipynb file in Anaconda?.. Any insight would be very helpfull!.. Nice tutorial by the way!
@DataProfessor
@DataProfessor 3 года назад
Streamlit runs in the command line by calling the .py app file via: streamlit run app.py
@relil9121
@relil9121 4 года назад
Hey man, when i try to install streamlit i get a 'failed to build pyarrow' error. Any ideas on how to fix this?
@DataProfessor
@DataProfessor 4 года назад
Which OS is this on? If on a Mac, make sure to have Xcode installed since it will need to compile any dependencies when installing.
@relil9121
@relil9121 4 года назад
Data Professor im on windows
@mayanktripathi4u
@mayanktripathi4u 4 года назад
@@relil9121 @Data Professor - I am also facing same issue on Windows machine. Ariel Ilagan - Is your issue resolved? If so, Please share the step you have taken. I am using Python 3.x (python is installed directly on windows... no conda env.)
@ParamChoksi-ve6yg
@ParamChoksi-ve6yg 4 года назад
Which tool you used to create python file?
@DataProfessor
@DataProfessor 4 года назад
Hi, I use Atom.io
@Bioinformaticsinsights
@Bioinformaticsinsights Год назад
Hello Sir, Thank you for such wonderful tutorial videos. I am facing two issues, let me drop them here. 1. It does not matter how many different smiles I test using the Streamlit app using the same .PKL model i generated, it always predicts the same result. How is that possible? Lets say, if for smiles 1, 2 and 3 the pIC50 is 7.1, 7.2 and 7.3. The same set of values will be predicted for other input smiles. 2. If the descriptor list has 882 then the program will generates 88s results, does not matter how many smiles, i provide.
@viewermm1588
@viewermm1588 Год назад
my page appeared blank, has anyone else had the same issue, if so any tips to fix?
@ranjancom2000
@ranjancom2000 3 года назад
Create No code web app for Excel Calculation using Same Excel Function and Add new Grid to multiple
@DataProfessor
@DataProfessor 3 года назад
Thanks for the suggestion. I think that may be possible in the near future, I have made the same suggestion to the developers of Mito (a Python library that adds spreadsheet capability to Jupyter) in a recent podcast last week and the video will be released soon. In the meantime, please check out a video I made on Mito ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-js4iaGQvTAo.html
@simondungeon1218
@simondungeon1218 4 года назад
I needed this so much. I have not been able to showcase my data science skills from about 2 years practising just theories. Thank you so much for this and please keep uploading more projects. Love from India 🇮🇳
@DataProfessor
@DataProfessor 4 года назад
Thanks for sharing Simon. Glad it was helpful! I have some project video on using machine learning for bioinformatics project, if you're interested. 🔹Bioinformatics Project from Scratch - Drug Discovery Part 1 (Data Collection and Pre-Processing) ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-plVLRashaA8.html 🔹Bioinformatics Project from Scratch - Drug Discovery Part 2 (Exploratory Data Analysis) ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-qWVTxfLq2ak.html 🔹Data Science for Computational Drug Discovery using Python ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-VXFFHHoE1wk.html
@srikantidevi3117
@srikantidevi3117 4 года назад
Thanks a lot professor. I installed and run also.However I am getting only html code in my browser 8501.I saved file .py file from Jupyter nanobook before running it. Could you please let me know what is conda update dp.That is even not working when I tried on my cmd
@DataProfessor
@DataProfessor 4 года назад
Hi Srikanti, it is advised to not use Jupyter notebook for making streamlit code, it is preferable to use a IDE such as spyder or a simple text editor such as Atom (which was used in the tutorial, you can download this at atom.io). As for "conda activate dp" that is used to activate a conda environment called dp that is on my computer so if it would not work for you, no worries. Could you retry to code in Atom, let me know if that works.
@lorizoli
@lorizoli Год назад
this was two years ago!!! what have I been doing with my life!!!
@jaiyeshchahar
@jaiyeshchahar 4 года назад
i have anaconda, and i use jupyter notebooks, i want to build a gui using streamlit, where should i write my code?
@DataProfessor
@DataProfessor 4 года назад
Hi, I write it in Atom (a free editor available at atom.io/ and it's from the creator of GitHub)
@lautarocisterna3339
@lautarocisterna3339 3 года назад
Awesome Video! I do not know why I was not following you already!!! Thanks a lot! Greetings from Argentina.
@DataProfessor
@DataProfessor 3 года назад
Greatly appreciate it, glad to have you, welcome to the channel! 😊
@ranasagar699
@ranasagar699 4 года назад
Thanks for this video...but we can run this through jupyter notebook also by importing library ... in previous webinar with krishna naik.. I have seen u and ur explanation way was real help then I realised that how to learn data science ...
@DataProfessor
@DataProfessor 4 года назад
Thanks for the kind comment. Glad you’re finding the webinar helpful. There is more to come from us 4, please stay tuned.
@zadilkhwaja
@zadilkhwaja 2 года назад
I'm a bit confused soo, can we say it is similar to a powerbi dashboard? Is that right
@DataProfessor
@DataProfessor 2 года назад
Yes in that you can definitely use Streamlit to build a dashboard, but it's much more than that, you can build data-driven web apps, the imagination is the limit.
@zadilkhwaja
@zadilkhwaja 2 года назад
@@DataProfessor can I deploy a jupyter dashboard using streamlit
@DataProfessor
@DataProfessor 2 года назад
@@zadilkhwaja Hi, Streamlit has its own functions for various input widgets (dropdown menus, tick box, radio buttons, text box, sliders, etc.).
@abdullahalsaeed8686
@abdullahalsaeed8686 3 года назад
Did django translate the back-end to front-end?
@mjacfardk
@mjacfardk 2 года назад
Thank you so much for teaching us valuable and quality lessons, please help us with the most useful way and most common methods to use pandas for data wrangling thanks again
@DataProfessor
@DataProfessor 2 года назад
You are welcome! Actually the recent video is a Pandas 101 for data wrangling ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-kHHym9neKRs.html
@neemamv
@neemamv 4 года назад
Wonderful!! New subscriber here 😃
@DataProfessor
@DataProfessor 4 года назад
Awesome! Thank you!
@nntun03
@nntun03 3 года назад
..thanks for the wonderful vdo..at this rate is it possible to build a web app via speech to text? :)
@DataProfessor
@DataProfessor 3 года назад
Yes, absolutely
@dhoscodhoscovi2957
@dhoscodhoscovi2957 4 года назад
just a stupid question? What does activate dp do? and is this needed?
@DataProfessor
@DataProfessor 4 года назад
Thanks for the question, it’s actually a great question! It will activate a conda environment, which is kind of like a sandbox for the web app that we are building and it is a good practice and perhaps convenient to use environments since if anything goes wrong with the environment (conflicting library versions) then it won’t impact other projects of yours.
@dhoscodhoscovi2957
@dhoscodhoscovi2957 4 года назад
Thank you professor. Please let me know anyway I can help your channel. Your resources are amazing.
@aunterong6813
@aunterong6813 4 года назад
Hi Sir, Is it possible to deploy a neural nets chatbot into Hugo? or should I use streamlit? Thanks
@DataProfessor
@DataProfessor 4 года назад
I think it may be possible to deploy to hugo with some hacks but streamlit should be easier. I will be releasing a video on deployment of streamlit web app to heroku in the next few days.
@tinaxu4214
@tinaxu4214 2 года назад
Thank you for sharing. Your explanation is very clear👍💯💖
@DataProfessor
@DataProfessor 2 года назад
You’re welcome 😊
@gu_rezende
@gu_rezende 4 года назад
I had learned about streamlit just a few days ago and I am loving it. Much more now that many tutorials are starting to pop up in YT.
@DataProfessor
@DataProfessor 4 года назад
Thanks for sharing Gustavo, more on the way. The next episode will be on deploying to Heroku.
@hope-kz6tb
@hope-kz6tb 2 года назад
How we can put adsense ads code in streamlit webapp
@nguyenanhnguyen7658
@nguyenanhnguyen7658 3 года назад
This is very cool. Thanks.
@DataProfessor
@DataProfessor 3 года назад
You're welcome! Thanks for the kind words!
@padmanabh7031
@padmanabh7031 3 года назад
'streamlit' is not recognized as an internal or external command, operable program or batch file..........anyone?
@DataProfessor
@DataProfessor 3 года назад
Hi, have you installed streamlit? pip install streamlit
@padmanabh7031
@padmanabh7031 3 года назад
@@DataProfessor Yeah........figured that streamlit works with python 7.......was showing the above error on python 8
@VidyaSagar-hc9nu
@VidyaSagar-hc9nu 4 года назад
subscribed after the live interaction with Krish and Dhaval sir 😍😍😍 I am very enthusiastic about data science and machine learning deep learning your content is great sir thank you
@DataProfessor
@DataProfessor 4 года назад
Thank you Vidya for the kind words! Welcome to the channel 😃
@oguguaonyinyechi4980
@oguguaonyinyechi4980 4 года назад
Amazing content Professor! Will give it a try.
@DataProfessor
@DataProfessor 4 года назад
Thank you Ogugua for the kind comment and thank you for watching!
@ArifMatubber-km4nv
@ArifMatubber-km4nv Год назад
Are you Joma's brother?
@surajviswakarma254
@surajviswakarma254 4 года назад
Now every algorithms works in order to show what we want to watch say RU-vid, Google Ads etc.. So sir my question is doesn't it makes us less interested in exploring new things. What if algorithms only shows content based on our past results and never lets us know new things. Suppose i don't have any idea what is deep learning and even didn't hear it before. So how it is likely that one will get to know about it, just by recommendation system or any other search result. Sorry it might sounds weird 😬
@DataProfessor
@DataProfessor 4 года назад
This is a great post, not weird at all, very thought provoking! I certainly agree, recommendation systems are designed to keep up hooked to the contents. However, if you logout of your account, especially for youtube, then I start to see more neutral contents that are trending on various topics.
@surajviswakarma254
@surajviswakarma254 4 года назад
@@DataProfessor ThnakYou so much sir for your reply.
@singsongeditz
@singsongeditz 3 года назад
Lovin it ขอบคุณมากครับ ช่องน่าสนใจมากครับ
@DataProfessor
@DataProfessor 3 года назад
ขอบคุณครับ
@Smilesatthi
@Smilesatthi 4 года назад
what a pleasant explanation. Loved it.
@DataProfessor
@DataProfessor 4 года назад
Glad it was helpful!
@RoySukrit
@RoySukrit 4 года назад
Good Morning sir , i have a collection of 2k images , i have got an assignment to make a website and load the images from a database , I have searched a lot but could not find a reasonable solution. Can you give me any suggestions sir?
@DataProfessor
@DataProfessor 4 года назад
Hi, I would recommend to look into using PHP + MySQL for the website
@RoySukrit
@RoySukrit 4 года назад
@@DataProfessor thanks for the reply sir , i looked into php+ MySql , can we get a better outcome with Django Python?
@ivanbzg8955
@ivanbzg8955 4 года назад
hey great video, i wonder how does it compare with shinny from R?
@DataProfessor
@DataProfessor 4 года назад
The level of difficulty would be similar. They're both intuitive and easier to work with. You can get an idea to product in a short period of time. I will show in future tutorial, please stay tuned.
@emerys9699
@emerys9699 3 года назад
Hi! @Data Professor, i create some interact variable that i add to my dataset ( for example i have a dataset with 4 columns a,b,c,a*c) and i would like to know how to add this new variable on my dashboard in streamlit. does it exist a way to create it so that when i select a value of a and c for example it multiply those value and asign it to the new variable a*c in the dashboard
@DataProfessor
@DataProfessor 3 года назад
Yes, that can be done, you can use input widgets to accept user input and in the backend you can perform the operation (+,-,*, etc.) and display the newly calculated value in the dataframe
@emerys9699
@emerys9699 3 года назад
@@DataProfessor please where can I find or have an example
@Sergio-td7mn
@Sergio-td7mn 3 года назад
Hi, thx for the video. When I am trying to 'streamlit run file_name.py' I get 'Illegal instruction (core dumped)'. Same happens if I run 'streamlit hello' I am using ubuntu (mint 20) and python 3.8.6. Any ideas on that?
@DataProfessor
@DataProfessor 3 года назад
Hi, can you try using another computer that has an older version of Python such as 3.7, from prior experience the newest version of Python may have some library compatibility issues.
@Sergio-td7mn
@Sergio-td7mn 3 года назад
@@DataProfessor wow, thx for the reply. Another computer isn't possible, but I try to create a new anaconda env with python 3.7
@DataProfessor
@DataProfessor 3 года назад
@@Sergio-td7mn Nice, please let me know if this worked.
@nguyenduyta7136
@nguyenduyta7136 3 года назад
I'm so appreciated ! by the way, I have some question 1. I have this alarm although I have installed anaconda C:\Users\CTC>conda activate dp Could not find conda environment: dp You can list all discoverable environments with `conda info --envs`. 2. Some softs/program I have have to install - Anaconda, Atom, Python ?
@DataProfessor
@DataProfessor 3 года назад
Hi for the first point, dp is the name of the conda environment on my computer so you can replace that with your own, you can create a conda environment by conda create -name any-name-you-want (please see for more details docs.conda.io/projects/conda/en/4.6.1/user-guide/tasks/manage-environments.html)
@DataProfessor
@DataProfessor 3 года назад
For point 2 you will need to install streamlit and yfinance library
@nguyenduyta7136
@nguyenduyta7136 3 года назад
@@DataProfessor yeah thank so much, great men !
@lucianawaka
@lucianawaka 3 года назад
Thank you very much! Excellent video.
@DataProfessor
@DataProfessor 3 года назад
You are welcome!
@nisithpati6167
@nisithpati6167 4 года назад
I cannot find words to thank you, I created an amazing web app thanks to your guide, absolutely humbled by the content. Keep it coming!!
@DataProfessor
@DataProfessor 4 года назад
Thanks for the kind encouraging words, this made the day! More in the pipeline 😊
@nisithpati6167
@nisithpati6167 4 года назад
@@DataProfessor anytime!, made an app which has seaborn heatmaps involved in it. But somehow an error of deprecation due to involvement of pyplot without arguments keeps popping up
@DataProfessor
@DataProfessor 4 года назад
@@nisithpati6167 Great! About the error, did you try st.pyplot() after defining your plot figures
@nisithpati6167
@nisithpati6167 4 года назад
@@DataProfessor yes! As a matter of fact I did
@viewermm1588
@viewermm1588 Год назад
looking for a video tutorial working haystack--streamlit, any recomendation?
@KumR
@KumR 9 месяцев назад
can we do this in jupyter?
@amitabhseth9801
@amitabhseth9801 7 месяцев назад
how would i deploy it on my website
@quantum_krish
@quantum_krish 4 года назад
numExpr defaulting to 4 threads. #Error
@DataProfessor
@DataProfessor 4 года назад
Hi, could you elaborate more details about this error
@vivekshotti
@vivekshotti 3 года назад
I understand streamlit streamlines the process of building web products for ML and DA models. But what is the actual way?
@aizazrafiq3040
@aizazrafiq3040 3 года назад
AttributeError: 'str' object has no attribute 'proba' how to resolve it please kindly guide me
@starkarabil9260
@starkarabil9260 3 года назад
this is such a great help! Thanks.. I am getting Asyncio RuntimeError: There is no current event loop in thread.. Any idea how can I solve this?
Далее
Streamlit Elements You Should Know About in 2023
14:31
Просмотров 100 тыс.
▼ КАПИТАН НАШЁЛ НЕФТЬ В 🍑
33:40
Просмотров 442 тыс.
Build a Python Website in 15 Minutes With Streamlit
18:37
Streamlit: The Fastest Way To Build Python Apps?
11:57
Просмотров 116 тыс.
5 Things I Wish I Knew Before Learning Streamlit
21:34
ML Was Hard Until I Learned These 5 Secrets!
13:11
Просмотров 309 тыс.