Not the page you want to view? Back to home page
In this theory session, we will be going through the application of AI. We will learn:
- Storage options on Google Cloud
- Vision API on Google Cloud
- JSON Object
Some details about the event can be found in the Event Page. Below are some of the useful links that are relevant to the theory today.
- Keynote by Lim Hui Ern and Vanessa Jing Taing
- Slido Q&A Link
- Google Cloud Storage Options
- What is Vision API
- Understanding JSON
This manual is written by Lim Hui Ern and Vanessa Jing Taing, edited by by Lim Jun Yi.
In the workshop today, we will create a Receipt Data Extractor.
You can alternatively refer to and follow along at your own pace.
Download the sample receipts and Python code from this repo. To download it, click on the green "Code" button and click "Download ZIP", or you can:
# Only if you have Git installed
git clone https://github.com/GCPE2023/GCPE-ReceiptExtractor.git
- Developing in progress ...
- Developing in progress ...
- Developing in progress ...
- Developing in progress ...
or alternatively, you could use the gcloud
command in the Cloud Shell with the following command:
gcloud services enable drive.googleapis.com vision.googleapis.com sheets.googleapis.com
- Developing in progress ...
- Developing in progress ...
python3 receipt-extractor.py --noauth_local_webserver
- Developing in progress ...
You have successfully extracted your receipt data in batches!