Skip to content

tinohager/FaceDetectionViaImmich

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceDetectionViaImmich

A simple C# HTTP client for interacting with the Immich face recognition Docker container via its internal Web API.

faces from the DigiFace1M project

Overview

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.

Features

  • Detect faces in images
  • Extract face embeddings
  • Compare faces for similarity
  • Lightweight and easy to integrate

Start Docker Container immich Machine-learning

docker run -p 3003:3003 ghcr.io/immich-app/immich-machine-learning:release

Sources

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors