Deploy Machine Learning Models Using StreamLit Library- Data Science

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

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

  • @06madhav
    @06madhav 4 года назад +35

    Before I read, learn, and try one technology/library, Krish uploads a new one to try. I am just amazed at his dedication, being a full time professional.

  • @syedshahab8471
    @syedshahab8471 3 года назад +1

    Whenever I need to know anything about datascience I come to your channel. you have covered almost every topic. That is amazing. Thank you Krish Naik sir.

  • @snehitvaddi
    @snehitvaddi 4 года назад +14

    Please do tutorials on
    1. Deploying in any cloud service.
    2. How to display images through StreamLit.

  • @koustavdutta5317
    @koustavdutta5317 4 года назад +6

    Its just brilliant sir !! Waiting for your end 2 end deployment of Medical X ray Detection and other CI/CD Pipelining Tutorials

  • @mitrabhanuroutkali
    @mitrabhanuroutkali 4 года назад +3

    Thanks alot , i had requested it before somedays
    IT WILL BE BETTER IF U INTERGRET PYCARET AND STREAM LITE
    ,But this time in pycaret please do some label encoding,missing value imputation,feature selection.

  • @Tessitura9
    @Tessitura9 4 месяца назад

    Excellent! You've got a new subscriber.

  • @teetanrobotics5363
    @teetanrobotics5363 4 года назад +4

    Could you please make a playlist just containing all you python library videos like Pycaret , Humming-bird , Streamit,etc. ?

  • @hareeshr3979
    @hareeshr3979 4 года назад +3

    You're always awesome mann

  • @sandipansarkar9211
    @sandipansarkar9211 4 года назад +2

    Great explanation. But can we tun the same in Jupyter notebook or do we need to practice on spyder. Please reply.

  • @saidurgakameshkota1246
    @saidurgakameshkota1246 4 года назад +1

    You are awesome Krish

  • @vpkalsgondamadam2647
    @vpkalsgondamadam2647 3 месяца назад

    Great tutorial Krish , can u guide me about how deploy ML model built using streamlit on cpanel with backend

  • @Enthusiastic-35
    @Enthusiastic-35 Год назад

    while testing the web app you gave a negative value of variance, as a statistician I want to clarify that, "Variance is never Negative".

  • @ganeshselvaraj2758
    @ganeshselvaraj2758 2 года назад

    thanx dude. It was very helpful.

  • @koushikkalakota2454
    @koushikkalakota2454 4 года назад +1

    great tutorial krish

  • @malvica-lewis
    @malvica-lewis 3 года назад +2

    Hi Krish,
    How to deploy an ML model on a personal website? Could you please suggest?

  • @travelsome
    @travelsome 4 года назад

    Thanks for sharing really informative

  • @StudyExplore-p5n
    @StudyExplore-p5n Год назад +1

    Hi, how can we deploy this or any other streamlit app on a tomcat server?

  • @jojosharma635
    @jojosharma635 Год назад

    thanks a lot Sir!!!

  • @karangadgil9847
    @karangadgil9847 2 года назад

    Hi Krish
    I am facing an error while running a stacked regressor model having xgboost on streamlit.
    XGBoostError: [11:44:29] c:\users\administrator\workspace\xgboost-win64_release_1.6.0\src\data\array_interface.h:462: Unicode-1 is not supported.
    Could you please suggest what could be wrong?

  • @machinelearning9180
    @machinelearning9180 3 года назад

    very nice tutorial

  • @satvikkg3059
    @satvikkg3059 4 года назад +1

    Hey krish, great video ! I was wondering how dependencies that can only be installed via conda be deployed on heroku. It would be of great help if you can help me with this issue.

    • @datascience46
      @datascience46 4 года назад

      in windows u will find a file config.toml so delete this file completely and your problem will be solved C:\Users\UserName\.streamlit

  • @somilmehta2141
    @somilmehta2141 2 года назад

    Hi Krishna sir. Can we connect streamlit web app with local postgresql for passing the value automatically? If yes can make a video on that please. Thank you

  • @easylearning29
    @easylearning29 2 года назад

    I want to deploy my classification model using radio buttons using streamlit .
    But it is givivg an error : string cannot convert to numeric
    My excel file is in 0 and 1 form . And I want when I fill yes radiobutton.
    it take it as (1) and else (0)

  • @tanmaydhamdhere1181
    @tanmaydhamdhere1181 4 года назад

    Can we save tensorflow model in pickle?
    Coz I am getting this type of error
    notimplementederror: numpy() is only available when eager execution is enabled

  • @shashankvasisht
    @shashankvasisht 3 года назад

    If anyone faces the following error:
    AttributeError: module 'google.protobuf.descriptor' has no attribute '_internal_create_key'
    just use :
    pip install --upgrade protobuf
    pip install --upgrade streamlit
    It should be resolved

  • @anefuoche1053
    @anefuoche1053 3 года назад

    how can i remove the square brackets in output [1]? i am dealing with currecny in my project and i just want $100 for example, but i am getting $[100].
    st.success('The predicted price is $ {}'.format(result))

  • @deepanshuchoudhary4598
    @deepanshuchoudhary4598 4 года назад

    In the previous video, you showed your channel and it had 3K subs, but in intro you were holding the silver youtube button...................... I don't get it??

    • @SAINIVEDH
      @SAINIVEDH 3 года назад

      that is vlogs channel, not his one

  • @AbdurRahman-gp6do
    @AbdurRahman-gp6do 3 года назад

    Assalamualikum sir, I am looking for next vedio... no where i find it. Can you please suggest me following lecture.

  • @LeandroSouza-to3ne
    @LeandroSouza-to3ne 4 года назад

    Thank you!

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

    Hello sir can you please tell me how to deploy the streamlit app
    Can you create a video of how to deploy the website

  • @aksingh6697
    @aksingh6697 4 года назад

    sir i am trying with both streamlit and flask getting same error
    UserWarning: Trying to unpickle estimator RandomForestClassifier from version 0.22.1 when using version 0.23.1. This might lead to breaking code or invalid results. Use at your own risk.
    UserWarning)
    i have also copy paste the same code but getting error

  • @yogeshpandey9549
    @yogeshpandey9549 4 года назад

    Sir, when I'm trying to install streamlit (windows) via command prompt using pip, an error is popping up, saying "Failed to build pyarrow : Could not build wheels for pyarrow which use PEP 517 and cannot be installed directly". Could you please help me with this?

  • @snehitvaddi
    @snehitvaddi 4 года назад

    How to save a Keras model??
    because according to Keras' documentation, it is not recommended to save Keras model in the pickle file. Help me out with this because most of us use Keras since it is simple.

    • @Darkzzzz99
      @Darkzzzz99 4 года назад +1

      use model.save("file name")

  • @samratsengupta8559
    @samratsengupta8559 4 года назад

    Hi Krish, are there any ways to upload R models as dockers??

  • @kirann5848
    @kirann5848 4 года назад

    Hi Krish, do we have any option to upload a file?

  • @sawantatharv
    @sawantatharv 3 года назад

    Sir , doesnt get all my output on local host . It jst gives first line result , help me 🙏

  • @niveditadwivedi6466
    @niveditadwivedi6466 4 года назад +1

    hi
    I am having this error after running streamlit hello--> OSError: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions
    Tried everything from changing firewall settings to changing ports numbers. Nothing works. Can someone pls help me resolve this?

  • @BalaMurugan-cb9ho
    @BalaMurugan-cb9ho 4 года назад

    I am facing this issue while running streamlit app "toml.decoder.TomlDecodeError: Key group not on a line by itself. (line 1 column 1 char 0)". Kindly help me

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

    Where is the Deployment part?

  • @foramsuratwal8453
    @foramsuratwal8453 3 года назад

    Sir can please other more use,example for stremlit

  • @abhayurmaliya6801
    @abhayurmaliya6801 Месяц назад

    It is running on local server

  • @bedantaprotimdeka8781
    @bedantaprotimdeka8781 4 года назад

    sir can we use the .hs file extension in place of .pkl ????

  • @venkatramanr5172
    @venkatramanr5172 4 года назад +1

    I already finished !!!! Here is the repo github.com/venkat094/Machine_Learning_Web_App?files=1

    • @venkatramanr5172
      @venkatramanr5172 4 года назад

      I was expecting when you will post this video Krish !!!! But though I tried it before

  • @niranjanjamkhande3773
    @niranjanjamkhande3773 3 года назад

    Getting error in importing st

  • @doodledots_2975
    @doodledots_2975 3 года назад

    sir i need your help

  • @ZaChaudhry
    @ZaChaudhry 2 года назад

    1:44 3:54