Tensorflow plugin implementation WIP []

TODO: Extend neural network implementation to work
also with e.g. input from images, sounds or binary
This commit is contained in:
Fabio Manganiello 2020-03-21 19:50:59 +01:00
parent d938017bf8
commit 1f1fefca9d
7 changed files with 1001 additions and 1 deletions

View file

@ -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'],
},
)