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

https://github.com/hayatoy/nl-bubble

Cloud Natural Language API + Google App Engine + Firebase Demo WebApp.
https://github.com/hayatoy/nl-bubble

firebase google-appengine google-cloud-platform machine-learning

Last synced: 12 months ago
JSON representation

Cloud Natural Language API + Google App Engine + Firebase Demo WebApp.

Awesome Lists containing this project

README

          

# nl-bubble

Cloud Natural Language API + Google App Engine + Firebase Demo WebApp.

![](nl-bubble.gif)

## Prerequisites

- [Create Google Cloud Platform account](https://cloud.google.com/)
- [Create Firebase account](https://firebase.google.com/)
- [Enable Cloud Natural Language API](https://console.cloud.google.com/apis/library)

## Installation

[![Open this project in Cloud
Shell](http://gstatic.com/cloudssh/images/open-btn.png)](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/hayatoy/nl-bubble.git&page=editor)

### Install required libraries

```bash
mkdir lib
pip install -t lib -r requirements.txt
```

### Make Dataset & Table in BigQuery

```bash
bq mk bubbles
bq mk bubbles.devfest2017 message:STRING,team:STRING,score:FLOAT,magnitude:FLOAT
```

### Deploy Application

```bash
gcloud app deploy .
```