diff options
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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/*' +``` |
