chintan9 / object-detection

Home Page:https://object-detection-neon-one.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

object-detection

An API and an app to detect objects on images.

Deploy on ZEIT Now:

Deploy to ZEIT Now

👉 Demo here

Screenshot of the app

If you want to read more about how this was made, read the detailed article about it on ZEIT's blog.

The repository contains two folders:

  • /api, the code of the API taking care of detecting objects on images, powered by Tensorflow
  • /app, the code of the frontend website, powered by Next.js

Development

Running the API locally:

yarn --cwd api run dev

Running the app locally:

yarn --cwd app run dev

About

https://object-detection-neon-one.now.sh


Languages

Language:JavaScript 100.0%