From b5229aae6d1bdf6f56e42edd1e2fad56e3be61e5 Mon Sep 17 00:00:00 2001 From: Jon Belyeu Date: Thu, 29 Oct 2020 11:54:28 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4a4f25..197e9af 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,13 @@ Answers: You will receive an email with the URL for your new website, with a confirmation code to log in. This script creates a configuration file `config.json` within the PlotCritic directory that later scripts require. -## Uploading images (Under development) +## Uploading images Upload images from a directory on your local machine to S3. Uses `config.json`, which was created by the `PlotCritic/setup.py` script. ``` python upload.py -d [your_directory] -c [config_file] ``` -## Score images (under development) +## Score images ## Retrieve scores and analyze results The `retrieval.py` script retrieves data from the DynamoDB table and prints it out as tab-separated lines, allowing you to create custom reports. Uses `config.json`. Results are stored in a tab-separated file.