pra quem não está conseguindo rodar o código por causa do erro:
botocore.errorfactory.ResourceNotFoundException: An error occurred (ResourceNotFoundException) when calling the IndexFaces operation: The collection id: Faces does not exist
é só colocar:
s3 = boto3.resource('s3')
client = boto3.client('rekognition')
response=client.create_collection(CollectionId='faces')