This demo showcases how to build an object recognition app using ServerlessAI, React, and Google Sign-In.
Complete Tutorial Available Here
-
Rename
.env.example
to.env
and configure it with your Google OAuth Client ID and ServerlessAI Project ID. -
Install the required dependencies with your preferred package manager:
-
Using NPM:
npm install
-
Using Yarn:
yarn install
-
-
Start the development server:
-
With NPM:
npm run dev
-
With Yarn:
yarn run dev
-