summaryrefslogtreecommitdiff
path: root/check/commands/imagehash
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-04-14 17:23:05 +0200
committerJules Laplace <julescarbon@gmail.com>2019-04-14 17:23:05 +0200
commit0a4b3ea4611fcbe66b148041f82e77a0f138e688 (patch)
tree34ccc5ca610cd37ef9ba464287357ac6135cce5b /check/commands/imagehash
parentfc25a56c128bd05019a3cdc45271d7172a22c7c7 (diff)
scaffold commands
Diffstat (limited to 'check/commands/imagehash')
-rw-r--r--check/commands/imagehash/add.py1
-rw-r--r--check/commands/imagehash/load.py3
-rw-r--r--check/commands/imagehash/query.py1
-rw-r--r--check/commands/imagehash/test.py1
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