Search and identify contacts by physical traits, gathered from pictures with AI.
- Maven
- Java 21
- Docker/Docker Compose
make
command
make prepare-env
- Install the NVIDIA Container Toolkit.
make build-gpu
make build
make up
docker exec -it ollama ollama run <ollama-model>
Currently, the available models are:
llava:7b
llava:13b
llava:34b
(default)
If changed, update .env
with model used.
This project is licensed under the MIT License.