mkdir <your_env_name>
python -m venv .venv
cd .venv
(Windows) cd Scripts && activate.bat
(Linux) source bin/activate
cd to <your_env_name>
git clone https://github.com/jakep72/embedder.git
cd embedder
pip install -r requirements.txt
python dash_app.py