Files
scrypted/plugins/tensorflow-lite/src/main.py
2022-01-04 03:38:07 -08:00

5 lines
105 B
Python

from tflite import TensorFlowLitePlugin
def create_scrypted_plugin():
return TensorFlowLitePlugin()