Hey there! I got in Data Science lately, now learning Convolutional Neural Networks for image processing. I would like to try simple face identification (not for security system, I’m not there yet). I run Home Assistant on intel nuc cpyh with celeron. I would like to know if TensorFlow works with home assistant, because documentation seems to guide only Home Assistant core.
I would like to stick to TensorFlow, and ideally, to Keras (it’s now built in TensorFlow actually).
And maybe there is another way to make it work? I can run TensorFlow on separate machine, but how to connect to Home Assistant? I need my to send tts to my speaker based on face identification and to run a custom python script which would send post request or do smth else.