Skip to content

libertininick/imagescry

Repository files navigation

imagescry

Use embeddings to intelligently sift through a maze of unlabeled imagery.

Motivation

Quick Start

WIP Coming soon ⏳

Installation

First, clone the repository:

git clone [email protected]:libertininick/imagescry.git
cd imagescry

User Installation

  1. Install uv if you haven't already:

    curl -LsSf https://astral.sh/uv/install.sh | sh
  2. 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

Developer installation

This workspace uses a Makefile to define a recipe of convience commands. To view a list of available commands run make help.

  1. Install make if you haven't already

    sudo apt update && sudo apt install make
  2. Initialize the workspace environment

    make init
  3. Restart your terminal and run all worspace checks:

    make check

About

Use embeddings to intelligently sift through a maze of unlabeled imagery.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published