-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
45 lines (27 loc) · 1.21 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
=== Pic Tag ===
Contributors: UjW0L
Tags: block,pic-tag, deep-learning, tensorflowjs
Tested up to: 6.4.1
Stable tag: 0.1.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tag object in image using Deep learning
== Description ==
This Gutenberg gives you ability to tag object using Deep Learning with tesnorflowjs and also gives you ability to
rename tag and display image with tag on userfacing side.
== Installation ==
This section describes how to install the plugin and get it working.
e.g.
1. Upload the plugin files to the `/wp-content/plugins/pic-tag` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
== Frequently Asked Questions ==
= Can I do custom Tagging ? =
Currently you can only smart tag using deep learning , maybe in future release I will include ability to custom tag.
= What is minimum confidence score =
Minimum confidence score is the score TensorflowJs provides for how much it is sure about object it classified.
== Screenshots ==
1. Block in Gutenberg editor.
2. Userfacing side of block.
== Changelog ==
= 0.1.0 =
* Release