pimcore/image-tagging
Composer 安装命令:
composer require pimcore/image-tagging
包简介
README 文档
README
This bundle enables automatic Image Tagging with ML technology directly in Pimcore. After training a model with training data, it is possible to auto-tag new images automatically.
- Starting auto-tagging of new assets directly in Pimcore Backend
- Machine Learning based on tensorflow
- Training models via console commands
Usage:
-
Preparing test data by assigning tags to asset images.
- Requirements for tag names:
- unique
- lower case
- Requirements for tag names:
-
Training (and retraining) models via console command, e.g.
bin/console pimcore:tensorflow train -t country -N cars_country -m 0 -
Start auto tagging directly via Pimcore Backend or via console command, e.g.
bin/console pimcore:tensorflow predict -N cars_country -m 0 -i 231
Credits
统计信息
- 总下载量: 751
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 33
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2019-09-16
