import boto3 if __name__ == "__main__": bucket='MyBucketName' sourceFile='pic1.jpg' targetFile='pic2.jpg' client=boto3.client('rekognition','us-east-1')
I'm trying to get vscode to use my pipenv environment. When I run my code from inside a pipenv shell it works fine. When vscode runs it fails to find any of my
I try loading a plane white image (size 1920x1920 pixels) to my OpenGl fragment shader and perform an equirectangular to spherical wrapping. However, I am getti
I am using react bootstrap, I am trying to align items vertically within a row but with no luck. My problem is I have a button in one of the columns, so for the
here is my problem :) i try to add "Apprise-v2" plugin to my website, i include both files, css and js, this way : <!--TOP OF MY PAGE--> <html> &
Im new to mongoDB, so having some difficulties filtering my collections as I need. I have this collection [ { "id": "sdfsdfsdf", "key": "tryrtyrty",
def custom_correlation_loss(input_data, model): def custom_loss(y_true, y_pred): print(input_data) model_prediction = model.predict(input_data) pr
I have a .bicep file which creates my cloud resources one of which is a new keyvault into which I am able to store connection strings from the different resourc