diff options
Diffstat (limited to 'check/commands/imagehash')
| -rw-r--r-- | check/commands/imagehash/add.py | 1 | ||||
| -rw-r--r-- | check/commands/imagehash/load.py | 3 | ||||
| -rw-r--r-- | check/commands/imagehash/query.py | 1 | ||||
| -rw-r--r-- | check/commands/imagehash/test.py | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/check/commands/imagehash/add.py b/check/commands/imagehash/add.py new file mode 100644 index 0000000..7c5dc31 --- /dev/null +++ b/check/commands/imagehash/add.py @@ -0,0 +1 @@ +# add a file to the database
\ No newline at end of file diff --git a/check/commands/imagehash/load.py b/check/commands/imagehash/load.py new file mode 100644 index 0000000..bdcb19c --- /dev/null +++ b/check/commands/imagehash/load.py @@ -0,0 +1,3 @@ +# loop over a directory of images +# - compute their phashes +# - optionally upload them to s3? diff --git a/check/commands/imagehash/query.py b/check/commands/imagehash/query.py new file mode 100644 index 0000000..eb15960 --- /dev/null +++ b/check/commands/imagehash/query.py @@ -0,0 +1 @@ +# search the database for a file
\ No newline at end of file diff --git a/check/commands/imagehash/test.py b/check/commands/imagehash/test.py new file mode 100644 index 0000000..05d2ee4 --- /dev/null +++ b/check/commands/imagehash/test.py @@ -0,0 +1 @@ +# query the database with a test set
\ No newline at end of file |
