Skip to content

Demo of using VinF SDK for doing Hybrid inference in Web.

Notifications You must be signed in to change notification settings

gsiddh/WebHybridInferenceDemo

Repository files navigation

WebHybridInferenceDemo

Set Up

For client development:

  1. Run npm install

  2. Populate src/firebase-config.ts with config from Firebase console:

    export const firebaseConfig = {
      apiKey: "***",
      authDomain: "***",
      projectId: "***",
      storageBucket: "***",
      messagingSenderId: "***",
      appId: "***",
    };

For deployment to Hosting, install Firebase CLI

Develop Client

Run local server: npm run dev

Preview deployable assets: npm run preview

Update SDK Version

  1. Navigate to the list of versions in NPM
  2. Click through the version tagged eap-vertexai-hybgoog
  3. Copy and run the install command, eg npm i [email protected]

Deploy To Hosting

Run npm run deploy

About

Demo of using VinF SDK for doing Hybrid inference in Web.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published