Skip to content

jakep72/embedder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages