forked from platypush/platypush
Tensorflow plugin implementation WIP [#121]
TODO: Extend neural network implementation to work also with e.g. input from images, sounds or binary
This commit is contained in:
parent
d938017bf8
commit
1f1fefca9d
7 changed files with 1001 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -295,5 +295,7 @@ setup(
|
|||
'linode': ['linode_api4'],
|
||||
# Support for QR codes
|
||||
'qrcode': ['numpy','qrcode[pil]', 'Pillow', 'pyzbar'],
|
||||
# Support for Tensorflow
|
||||
'tensorflow': ['numpy', 'tensorflow>=2.0', 'keras', 'pandas'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue