19a5ac16b71804bd48f0fc63853efcc8410e903a
face-lock
FastAPI microservice that finds the primary subject in an image, draws a square around it, and returns a buffered crop.
Dev
cp .env.example .env
pip install -r requirements.txt
uvicorn app.main:app --reload --host 0.0.0.0 --port 8000
Set ENV=dev to enable the Tailwind UI at /.
Docker
docker compose up --build
Description
Languages
Python
98.1%
Dockerfile
1.9%