summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index f4a9103..2cbc5f6 100644
--- a/README.md
+++ b/README.md
@@ -54,3 +54,12 @@ Form parameters:
- `limit` (default: 10) - Number of results to return.
- `url` - Image URL to fetch and test (will be stored if `add` is true)
- `q` (file) - Uploaded file to test (will not be stored)
+
+
+### Importing files
+
+The initial dataset can be hosted locally for now - make sure files are accessible inside `check/static/`. These paths will be added directly to the dataset.
+
+```
+python cli_phash.py import -i 'static/sample_set_test_01/images/*'
+```