elnoro / foxyshot-indexer

A service that recognizes texts in the pictures from an S3 storage. A companion project for foxyshot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

foxyshot-indexer

An experimental addition to the foxyshot project. Search for text on your screenshots!

Install

For initial install, run:

$ docker compose up -d

For continuous delivery run:

$ docker compose -f docker-compose-operations.yml up -d

Development

The project is designed for development in docker.

To start the dev environment, run:

$ make compose/dev/up

To run linters and tests, run:

$ make check/all

To start the CI pipeline locally, run:

$ make check/dagger

About

A service that recognizes texts in the pictures from an S3 storage. A companion project for foxyshot.


Languages

Language:Go 96.2%Language:Makefile 2.3%Language:Dockerfile 1.5%