mirror of
https://github.com/koush/scrypted.git
synced 2026-03-02 17:22:09 +00:00
5 lines
105 B
Python
5 lines
105 B
Python
from tflite import TensorFlowLitePlugin
|
|
|
|
def create_scrypted_plugin():
|
|
return TensorFlowLitePlugin()
|