How to visualize word embedding?

Can streamlit be used to visualize embedding plots in 2D/3D similar to https://projector.tensorflow.org/?

@snakeztc, I’ve been using plotly3d for visualizing embeddings within streamlit. (since streamlit lets you embed plotly plots)

My issue is that I lose a lot of projector.tensorflow functionality. For example I lose the ability to select subsets of the data base or set up complex filters. With a bit of work. Streamlit can be programmed to work like projector, but be less compact visually.