https://github.com/mjc-gh/text-classification-poc
https://github.com/mjc-gh/text-classification-poc
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mjc-gh/text-classification-poc
- Owner: mjc-gh
- Created: 2017-12-16T20:39:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-16T21:03:39.000Z (almost 8 years ago)
- Last Synced: 2025-03-15T08:33:34.846Z (7 months ago)
- Language: HTML
- Size: 586 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
1. Follow the instructions here to setup and download a JSON auth key:
https://cloud.google.com/natural-language/docs/auth#using_a_service_account
It is recommend to save the file to this project directory and name
it as `.gcloud-key.json`.
2. Define an environment variable to indicate the location of the JSON
auth file:
```
export GOOGLE_CLOUD_KEYFILE=.gcloud-key.json
```