Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 489 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 489 Bytes

embedder

A Dash application to visualize image embeddings

Installation and Usage

Create and activate a new virtual environment (recommended)

mkdir <your_env_name>
python -m venv .venv
cd .venv
(Windows) cd Scripts && activate.bat
(Linux) source bin/activate

Install from source

cd to <your_env_name>
git clone https://github.com/jakep72/embedder.git
cd embedder
pip install -r requirements.txt

Run the app

python dash_app.py