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.
- Host: GitHub
- URL: https://github.com/hayatoy/nl-bubble
- Owner: hayatoy
- License: apache-2.0
- Created: 2017-09-16T07:48:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T05:30:08.000Z (almost 8 years ago)
- Last Synced: 2025-04-18T18:32:03.755Z (about 1 year ago)
- Topics: firebase, google-appengine, google-cloud-platform, machine-learning
- Language: JavaScript
- Homepage:
- Size: 3.61 MB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nl-bubble
Cloud Natural Language API + Google App Engine + Firebase Demo WebApp.

## 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
[](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 .
```