title
stringlengths
12
112
published
stringlengths
19
23
url
stringlengths
28
28
video_id
stringlengths
11
11
channel_id
stringclasses
5 values
id
stringlengths
16
31
text
stringlengths
0
596
start
float64
0
37.8k
end
float64
2.18
37.8k
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t642.0
Maybe other little bits are actually in init.
642
658
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t648.0
Here we also want to change this to stCardComponent.
648
665
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t658.0
So here stCardComponent.
658
672
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t665.0
Anything else?
665
674
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t672.0
OK. That looks good.
672
691
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t674.0
So let's go ahead and actually initialize the current or basically default other than the things we've renamed version of this component and see how that looks.
674
705
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t691.0
So we'll go to and here we have the component template.
691
709
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t705.0
Inside the template.
705
714
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t709.0
See the template.
709
719
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t714.0
And then we have stCardComponent.
714
731
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t719.0
So in here we also have front end directory and inside here we have all of our packages and everything.
719
734
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t731.0
So like the node side of stuff.
731
745
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t734.0
So first thing we need to do is actually install the node packages we need for our CARD component.
734
757
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t745.0
So. So we just do npm install and this is just going to install everything from this package.json file.
745
762
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t757.0
So run that. It might take a moment.
757
765
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t762.0
So just give it a second.
762
767
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t765.0
OK. So that's done.
765
774
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t767.0
And next thing we want to do is install the node packages that are required specifically for the CARD that we're going to build.
767
777
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t774.0
So these are all the node packages we've just installed.
774
785
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t777.0
They're extremely to function like the core of the packages that we need.
777
793
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t785.0
But because we are using this material UI CARD thing we need a few extra things.
785
797
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t793.0
So we need to npm install again.
793
803
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t797.0
This is kind of similar to like a pip install.
797
807
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t803.0
Although specific to this directory.
803
813
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t807.0
So when we pip install we install them to our Python environment.
807
822
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t813.0
In this case it's almost like the environment is this directory in this project.
813
825
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t822.0
So npm install.
822
830
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t825.0
We need MUI material.
825
834
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t830.0
MUI icons material.
830
839
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t834.0
Icons material.
834
844
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t839.0
Emotion react.
839
846
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t844.0
And also emotion styled.
844
852
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t846.0
Now I think this is probably going to give us an error.
846
855
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t852.0
Let's see.
852
858
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t855.0
OK. So yes we get this error.
855
864
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t858.0
We have a dependency conflict with I think if I remember correctly.
858
876
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t864.0
So we have this 3mic component template and this throws some dependency conflicts with the MUI material stuff.
864
887
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t876.0
So it's annoying but we can just get around it by adding this legacy pia-deps.
876
896
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t887.0
Now I haven't been playing around with this and I haven't noticed any issues pop up from using this legacy pia-deps.
887
902
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t896.0
But obviously you just need to be aware. Don't just throw it in there all the time.
896
909
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t902.0
But in this case it seems to work fine.
902
911
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t909.0
OK.
909
917
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t911.0
So with that we should be able to run everything.
911
922
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t917.0
So let's go ahead and do that.
917
925
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t922.0
First thing we want to do is so we're going to run two things here.
922
928
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t925.0
We're going to run within this front end directory.
925
930
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t928.0
We write npm start.
928
940
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t930.0
This is going to initialize or execute the server that hosts our react component.
930
945
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t940.0
And then we also need to open another terminal window.
940
950
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t945.0
We also need to navigate to our template directory.
945
958
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t950.0
So cd documents projects.
950
962
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t958.0
It is component template.
958
965
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t962.0
Templates.
962
967
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t965.0
OK.
965
970
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t967.0
cd template.
967
978
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t970.0
And in here we have a sd card component.
970
980
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t978.0
OK. We have this initpy.
978
998
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t980.0
Initpy is like a template app for just running and testing our component.
980
1,004
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t998.0
So we just write streamlit run init.py.
998
1,008
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1004.0
So previous videos you've probably seen me write streamlit run app.py.
1,004
1,014
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1008.0
This is kind of acting as our app.py whilst we're in the development stage.
1,008
1,023
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1014.0
But once we switch to a release version this initpy we will modify a little bit.
1,014
1,028
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1023.0
And it will not be for doing this streamlit run.
1,023
1,031
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1028.0
It will do something slightly different.
1,028
1,038
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1031.0
It will extract everything from a compiled build distribution.
1,031
1,041
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1038.0
So now we have these.
1,038
1,043
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1041.0
We're hosting two servers.
1,041
1,046
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1043.0
We have this localhost 3001.
1,043
1,049
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1046.0
If we go over there.
1,046
1,052
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1049.0
Open that.
1,049
1,055
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1052.0
We're going to see nothing.
1,052
1,061
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1055.0
So this is just hosting our React component.
1,055
1,064
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1061.0
But our React component by itself doesn't actually show anything.
1,061
1,071
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1064.0
So we actually need to go over and open the streamlit localhost.
1,064
1,084
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1071.0
So that is in 8.5.0.1.
1,071
1,089
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1084.0
Now we have this template component.
1,084
1,095
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1089.0
So we can click here and it updates this basically.
1,089
1,098
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1095.0
Maybe even change this.
1,095
1,101
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1098.0
Enter. We get this.
1,098
1,103
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1101.0
So that's cool.
1,101
1,109
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1103.0
But obviously we want to build a custom component.
1,103
1,115
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1109.0
And we'll go ahead and we'll do that in the next video.
1,109
1,118
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1115.0
For now I think we'll leave it there.
1,115
1,122
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1118.0
We've set up the environment.
1,118
1,126
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1122.0
We've started running the default component.
1,122
1,129
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1126.0
And I think that's good enough for now.
1,126
1,137
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1129.0
And in the next video we'll be able to really focus on actually building the component itself.
1,129
1,146
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1137.0
Which means we're going to be toying with code over in the card component TSX quite a bit.
1,137
1,148
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1146.0
And cleaning this up.
1,146
1,149
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1148.0
And yeah.
1,148
1,151
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1149.0
Creating our card.
1,149
1,154
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1151.0
So I hope that's been useful.
1,151
1,156
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1154.0
Thank you very much for watching.
1,154
1,175
Streamlit for ML #5.1 - Custom React Components in Streamlit Setup
2022-02-17 15:45:58 UTC
https://youtu.be/SGazDb8o-to
SGazDb8o-to
UCv83tO5cePwHMt1952IVVHw
SGazDb8o-to-t1156.0
1,156
1,175
Making The Most of Data: Augmented SBERT
2021-12-17 14:24:40 UTC
https://youtu.be/3IPCEeh4xTg
3IPCEeh4xTg
UCv83tO5cePwHMt1952IVVHw
3IPCEeh4xTg-t0.0
In this video we're going to have a look at how we can make the most of limited data using
0
12.16
Making The Most of Data: Augmented SBERT
2021-12-17 14:24:40 UTC
https://youtu.be/3IPCEeh4xTg
3IPCEeh4xTg
UCv83tO5cePwHMt1952IVVHw
3IPCEeh4xTg-t7.32
language data augmentation strategies and training approaches.
7.32
17.16
Making The Most of Data: Augmented SBERT
2021-12-17 14:24:40 UTC
https://youtu.be/3IPCEeh4xTg
3IPCEeh4xTg
UCv83tO5cePwHMt1952IVVHw
3IPCEeh4xTg-t12.72
More specifically we're going to focus on something called augmented experts.
12.72
24.36
Making The Most of Data: Augmented SBERT
2021-12-17 14:24:40 UTC
https://youtu.be/3IPCEeh4xTg
3IPCEeh4xTg
UCv83tO5cePwHMt1952IVVHw
3IPCEeh4xTg-t17.56
So you may or may not be aware that the past decade has been sort of a renaissance or explosion
17.56
28.76
Making The Most of Data: Augmented SBERT
2021-12-17 14:24:40 UTC
https://youtu.be/3IPCEeh4xTg
3IPCEeh4xTg
UCv83tO5cePwHMt1952IVVHw
3IPCEeh4xTg-t24.8
in the field of machine learning and data science and
24.8
34.8
Making The Most of Data: Augmented SBERT
2021-12-17 14:24:40 UTC
https://youtu.be/3IPCEeh4xTg
3IPCEeh4xTg
UCv83tO5cePwHMt1952IVVHw
3IPCEeh4xTg-t28.76
a lot of that, especially the early progress with things like
28.76
41.2