Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 702 Bytes

File metadata and controls

27 lines (17 loc) · 702 Bytes

Relationship Detector

this project using AutoML API to create a machine-learning model. It queries an AutoML Vision custom model and use Firebase Functions to validate images from Firebase Storage then store it in Firebase Firestore

Requirement

  • Node LTS (or higher)

Installation

  1. On development
$ npm install
$ npm run dev

or use yarn

$ yarn install
$ yarn start

Contribution

Feel free to sent your PR~.