perusworld / face-api-server

Simple Face API Server, with options to switch to any backend in the future

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Face API Server, with options to switch to any backend in the future - Node.js TypeScript Express

NOTE: needs the following for now on heroku

heroku config:set NPM_CONFIG_PRODUCTION=false

Run

  • Bash
npm run build && npm start
  • Powershell
npm run build ; npm start

URL

Local

Calling Detect Persons

curl -X POST --data-binary @your-image.jpg http://localhost:3000/api/v1/detect-persons -H 'Content-Type: application/octet-stream'

About

Simple Face API Server, with options to switch to any backend in the future


Languages

Language:TypeScript 71.6%Language:JavaScript 17.5%Language:Pug 6.9%Language:HTML 4.0%