Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FatimahAreola committed Jun 12, 2024
1 parent dd88369 commit 8e255d7
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions nlp-sentiment-analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,24 @@ gcloud builds submit . --config cloudbuild.yaml
```

## Testing the architecture
Execute the command below on Cloud Shell to delete the resources.
Once you deployed the solution successfully, upload the form.pdf to the input bucket using either Cloud Console or gsutil.

```bash
gsutil cp assets/form.pdf gs://<YOUR PROJECT NAME>-sentiment-analysis_input
```
gcloud builds submit . --config cloudbuild_destroy.yaml

Then, check the parsed results in the output bucket in json (Key=value) format.

Finally, check the json results on BigQuery

## Cleaning up your environment

Execute the command below on Cloud Shell to destroy the resources.

``` {shell}
gcloud builds submit . --config build/cloudbuild_destroy.yaml
```

The above command will delete the associated resources so there will be no billable charges made afterwards.

This is not an official Google product.

0 comments on commit 8e255d7

Please sign in to comment.