ML/CPU intensive jobs on external device ?
Hi there,
Everything is pretty much in the tittle. I would like to use my mac for face recognition/objects tagging.
From what I found on the discord, it seems to be possible but Iām not sure how to proceed cleanly.
If the answer was already given, I would appreciate a link š
Thanks š
3 Replies
If you can mount the upload location on your Mac, you can basically copy paste the docker compose and env, then comment out everything except the machine learning container and run compose up.
On the main stack change the MACHINE_LEARNING_URL to the http://IP:port of your Mac and restart the stack.
It works like a charm, thank you for the answer !
takes few second on my mac compared to hours on my nas š
Nice!