Skip to content

ServerlessAI/demo-object-recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Recognition Demo using ServerlessAI

This demo showcases how to build an object recognition app using ServerlessAI, React, and Google Sign-In.

Complete Tutorial Available Here

Getting Started

  1. Rename .env.example to .env and configure it with your Google OAuth Client ID and ServerlessAI Project ID.

  2. Install the required dependencies with your preferred package manager:

    • Using NPM:

      npm install
    • Using Yarn:

      yarn install
  3. Start the development server:

    • With NPM:

      npm run dev
    • With Yarn:

      yarn run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published