A simple C# HTTP client for interacting with the Immich face recognition Docker container via its internal Web API.
This client allows .NET applications to communicate with the machine learning service used by Immich for face detection and comparison.
It sends image data to the container and retrieves face embeddings and similarity results via HTTP.
- Detect faces in images
- Extract face embeddings
- Compare faces for similarity
- Lightweight and easy to integrate
docker run -p 3003:3003 ghcr.io/immich-app/immich-machine-learning:release
