Skip to content

Commit

Permalink
tutorial updates
Browse files Browse the repository at this point in the history
  • Loading branch information
FatimahAreola committed May 24, 2024
1 parent 963b7b2 commit 7f615be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nlp-sentiment-analysis/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![banner](../banner.png)](https://cloud.google.com/?utm_source=github&utm_medium=referral&utm_campaign=GCP&utm_content=packages_repository_banner)

# Perform Sentiment Analysis on your Text Data
# Perform Sentiment Analysis on your Text Data using Google Cloud

## Introduction
This architecture uses click-to-deploy to orchestrate a seamless sentiment analysis pipeline by leveraging Google Cloud's robust suite of services. It empowers users to glean valuable insights from text data through automated processes and intuitive visualizations.
Expand Down
8 changes: 4 additions & 4 deletions nlp-sentiment-analysis/tutorial.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Extract data from your documents using Generative AI on Google Cloud
# Perform Sentiment Analysis on your Text Data using Google Cloud

## Let's get started

Expand Down Expand Up @@ -57,7 +57,7 @@ It happens because the Eventarc permissions take some time to propagate. First,

## Result

At this point you should have successfully deployed the foundations for a Three Tier Web Application!.
At this point you should have successfully deployed sentiment analysis for text in Google Cloud.

This process may take a while to deploy, please do not close the window when deploying.

Expand All @@ -67,10 +67,10 @@ Next we are going to test the architecture and finally clean up your environment
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>-doc-ai-form-input
gsutil cp assets/form.pdf gs://<YOUR PROJECT NAME>-sentiment-analysis_input
```

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

Finally, check the json results on BigQuery

Expand Down

0 comments on commit 7f615be

Please sign in to comment.