/nipa-nvision

A demo of object detection from an image using Nipa Nvision API

Primary LanguageTypeScript

Object Detection by Nipa Nvision API

Nipa Nvision Object Detection

You can try out the demo page here.

Features

  • Detect objects by using an image file
  • Detect objects by using a Webcam (no option to switch camera on mobile yet)

Local development mode

API key for Nipa Nvision API is required.

  1. clone this repo
$ git clone https://github.com/imekachi/nipa-nvision.git
  1. Install dependencies
$ cd nipa-nvision
$ yarn
  1. Create a file .env.local and add API key
# .env.local
API_KEY=your_api_key_here
  1. Start dev server
$ yarn dev
  1. Open browser and go to http://localhost:3000

Resources