How to run Tensorflow Embedding Projector locally

I really love the tensorflow embedding projector as it helps to explain how LLM AI is like a “meaning calculator” of sorts. To have it run locally on your machine just do the following:

% git clone https://github.com/tensorflow/embedding-projector-standalone
% cd embedding-projector-standalone
% python3 -m http.server 8000