Streamlit + my trained model from teachable machine of Google

I want to use streamlit + my trained model from teachable machine of Google.

Using teachable machine I have built a image classifier. Now I want to use the model in streamlit in such a way that using my webcam if I show the picture then the mode should recognise/classify the image. I have seen tutorials on doing this using NodeJS but want to do this via Steamlit. Any idea how to do this via streamlit please ?