All Projects → cbetz → my-stuff

cbetz / my-stuff

Licence: MIT License
Google Vision API + Ionic 3 + Firebase

Programming Languages

typescript
32286 projects
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to my-stuff

ionic3-firebase-ngrx
Sample Ionic 3 application using ngrx with firebase (auth, crud and camera plugin)
Stars: ✭ 48 (+65.52%)
Mutual labels:  angularfire2, ionic3
ionicfirebasecrud
An example of crud with Firebase and Ionic
Stars: ✭ 15 (-48.28%)
Mutual labels:  firebase-realtime-database, ionic3
todo-list
TodoList using Ionic2/3 & Firebase: * PWA * SSO Google plus. * Share list via QRcode. * Upload image from Camera or Storage. * Speech Recognition.
Stars: ✭ 18 (-37.93%)
Mutual labels:  angularfire2, ionic3
ionic-uuchat
基于ionic3,angular4的实时聊天app,兼容web端。该项目只是前端部分,所有数据需要请求后端服务器,需要配套express-uuchat-api使用。
Stars: ✭ 14 (-51.72%)
Mutual labels:  ionic3
ionic-uber-clone
Ionic 4 Taxi Booking script
Stars: ✭ 34 (+17.24%)
Mutual labels:  ionic3
FirebaseChatApp
A Chat app built on firebase features such as firebase-ui,database,storage and cloud messaging
Stars: ✭ 20 (-31.03%)
Mutual labels:  firebase-realtime-database
life log
A React-Native application implementing Firebase, Shoutem ui, Airbnb's react-native-maps, and Google Places API.
Stars: ✭ 18 (-37.93%)
Mutual labels:  firebase-realtime-database
ionic-workflow-guide
Create a full and powerful worflow with Ionic (Unit Testing, Environment variables, Automatic documentation, Production App Server, Automatic deployment)
Stars: ✭ 46 (+58.62%)
Mutual labels:  ionic3
RuralEducation
An app that helps rural students in their education.I used Firebase Realtime database,authentication,Networking requests,User Chats,Google Places Api,Paytm Payment Gateway Integration,Google places Autocomplete Api,Firebase Chat
Stars: ✭ 22 (-24.14%)
Mutual labels:  firebase-realtime-database
google-cloud-vision-php
A simple php wrapper for the google cloud vision API
Stars: ✭ 16 (-44.83%)
Mutual labels:  google-cloud-vision
litapp
An unofficial Literotica app 📘
Stars: ✭ 21 (-27.59%)
Mutual labels:  ionic3
FirebaseChatRoom
This application shows how to build (in Swift4) a simple Chat room where users can register, login, send messages to other users etc using Firebase. If you are a developer who has got an interesting idea but could not find a backend developer to take the idea to a product level, then do check out this project as an introductory course to Firebas…
Stars: ✭ 18 (-37.93%)
Mutual labels:  firebase-realtime-database
laravel-firebase
Laravel Firebase API implementation
Stars: ✭ 22 (-24.14%)
Mutual labels:  firebase-realtime-database
ionic-auth-firebaseui
Ionic UI component for firebase authentication powered by @firebase, @angular and @angular/fire
Stars: ✭ 25 (-13.79%)
Mutual labels:  angularfire2
fireblogger
Ionic 2 social media microblogging platform built with firebase 3 as backend
Stars: ✭ 54 (+86.21%)
Mutual labels:  ionic3
ionic-3-video-calling-using-webrtc
This is demo code of how to implement video calling in ionic 3 using webrtc
Stars: ✭ 58 (+100%)
Mutual labels:  ionic3
firebase-db-wrapper-swift
An easy-to-use wrapper for Firebase's Realtime Database
Stars: ✭ 16 (-44.83%)
Mutual labels:  firebase-realtime-database
Fovea
A CLI for the Google, Clarifai, Rekognition (AWS), Imagga, Watson, SightHound, and Microsoft Computer Vision APIs.
Stars: ✭ 37 (+27.59%)
Mutual labels:  google-cloud-vision
Ionic-OCR
A simple app to show how to implement OCR with Ionic 3.x
Stars: ✭ 16 (-44.83%)
Mutual labels:  ionic3
unity-firebase-realtime-database
Unity Firebase Realtime Database REST
Stars: ✭ 24 (-17.24%)
Mutual labels:  firebase-realtime-database

My Stuff

A Google Cloud Vision + Ionic 3 + Firebase App

This is a (very) simple app to catalog your stuff by taking a photo and using Google Cloud Vision to label it for you.

Full step-by-step guide: https://medium.com/@thechrisbetz/ionic-3-google-cloud-vision-firebase-78ea68cfbea8

Steps to get up-and-running:

  1. Create a new Google Cloud project and enable the Vision API by following the instructions here: https://cloud.google.com/vision/docs/before-you-begin.
  2. Create an API key: https://support.google.com/cloud/answer/6158862?hl=en. Be sure to review the API key best practices here: https://support.google.com/cloud/answer/6310037.
  3. Create a Firebase project by heading over to https://firebase.google.com, clicking Get Started, then the Import Google Project button. Choose the project you created in Step 1.
  4. Set the database rules by clicking Database, then the Rules tab. Use the configuration below. Important: This will open up your database so that anyone can both read and write data. In a real world application you will want to restrict this access.
{
  "rules": {
    ".read": true,
    ".write": true
  }
}
  1. Edit /src/environment.ts, adding the configuration values from Steps 2 and 3.

Then ionic cordova run android or ionic cordova run ios

Developed and tested using:

global packages:

    @ionic/cli-utils : 1.5.0
    Cordova CLI      : 7.0.1
    Ionic CLI        : 3.5.0

local packages:

    @ionic/app-scripts              : 2.0.2
    @ionic/cli-plugin-cordova       : 1.4.1
    @ionic/cli-plugin-ionic-angular : 1.3.2
    Cordova Platforms               : android 6.2.3
    Ionic Framework                 : ionic-angular 3.5.2

System:

    Node       : v6.9.1
    OS         : macOS Sierra
    Xcode      : Xcode 8.3.3 Build version 8E3004b
    ios-deploy : 1.9.1
    ios-sim    : 5.0.11
    npm        : 3.10.8
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].