2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "tensorflow",
|
2020-01-07 13:31:18 +00:00
|
|
|
"name": "TensorFlow",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/tensorflow",
|
2019-12-22 09:32:42 +00:00
|
|
|
"requirements": [
|
2022-01-23 09:39:09 +00:00
|
|
|
"tensorflow==2.5.0",
|
|
|
|
"tf-models-official==2.5.0",
|
2020-08-07 06:56:28 +00:00
|
|
|
"pycocotools==2.0.1",
|
2022-08-16 14:18:40 +00:00
|
|
|
"numpy==1.23.2",
|
2022-07-04 11:16:01 +00:00
|
|
|
"pillow==9.2.0"
|
2019-12-22 09:32:42 +00:00
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": [],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
|
|
|
"loggers": ["tensorflow"]
|
2020-04-03 19:58:19 +00:00
|
|
|
}
|