Use embeddings to intelligently sift through a maze of unlabeled imagery.
WIP Coming soon ⏳
First, clone the repository:
git clone [email protected]:libertininick/imagescry.git
cd imagescry
-
Install
uv
if you haven't already:curl -LsSf https://astral.sh/uv/install.sh | sh
-
Create virtual environment and ensure all project dependencies are installed and up-to-date with the lockfile:
uv sync --no-dev
The package is now installed and ready to use. You can verify the installation by running:
uv pip show imagescry
This workspace uses a Makefile to define a recipe of convience commands. To view a list of available commands run make help
.
-
Install
make
if you haven't alreadysudo apt update && sudo apt install make
-
Initialize the workspace environment
make init
-
Restart your terminal and run all worspace checks:
make check