An open API service indexing awesome lists of open source software.

https://github.com/mjc-gh/text-classification-poc


https://github.com/mjc-gh/text-classification-poc

Last synced: 7 months ago
JSON representation

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
```