imekachi / nipa-nvision

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

Home Page:https://nipa-nvision.imekachi.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://nipa-nvision.imekachi.vercel.app/


Languages

Language:TypeScript 95.0%Language:JavaScript 4.1%Language:CSS 0.9%