📜
Developer Documentation
  • 👋EyePop.ai Introduction
  • 🎯Getting Started
    • 👨‍💻Pop Quick Start
    • 💪Low Code Examples
  • 🗝️API Key
  • 🏷️Finding People & Objects
  • SDKs
    • ☁️React/Node SDK
      • Render 2D (Visualization)
    • 🐍Python SDK
  • Self Service Training
    • Dataset SDK (Node)
    • 🏋️How To Train a Model
      • Defining Your Computer Vision Model
      • Example Use Case: Detecting Eyeglasses
      • Preparing & Uploading Data
      • Using EyePop.ai’s AutoLabeler
      • Human Review
      • Data Augmentation Setup
      • Training in Progress
      • Deployment
        • Deploy to Windows Runtime
      • Previewing Results
      • Iterative Training
      • Deep Dives (FAQ)
  • EyePop.ai Visual Intelligence
    • Reports
Powered by GitBook
On this page
  1. SDKs
  2. JavaScript SDK

JavaScript SDK Demos

A quick start developer guide on running the EyePop JS SDK Demos.

Last updated 1 year ago

In this guide, we'll walk through the basics of running the EyePop Demos found above. Before getting started, download and open the Demo repository on your local machine in your editor of choice.

  1. Copy your newly created Pop's Endpoint and Auth Token into all config.js files of the Demo subdirectories as shown below

  2. Run a local server from the root directory of this demo folder

  3. Open the root index.html file of the demo repository:

  4. Run test each example either with preceded test data or your own!

See for local server setup instructions

🎨
👾
https://github.com/64blit/Demos/blob/main/README.md
GitHub - eyepop-ai/DemosGitHub
Logo