Skip to content

imekachi/nipa-nvision

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published