diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-27 23:07:29 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-27 23:07:29 +0200 |
| commit | 2716217a4edb576cd5bd211b17fc8e5c88f9489a (patch) | |
| tree | f06e03e9a4fa757accc9d2109a9181bfa91e49bf /README.md | |
| parent | 838508a639c4ff6bc2805b8b1552e9a90f3fe63d (diff) | |
import note
Diffstat (limited to 'README.md')
| -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/*' +``` |
