rsingh2083 / anpr-4

webui for open ALPR, with node.js, express.js and mongodb in docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

WebUI for OpenALPR

Using a video file containing Licence plates for input. OpenALPR daemon(alprd) will POST to the Nodejs application. The Licence plate number are stored in a MongoDB data base.

alt tag

Feature

  • Upload video files
  • Manage alprd
  • Perform MongoDB CRUD Operations

Contents

Backends
  • Node.js
  • Express.js
  • MongoDB
  • Mongo-Express
Frontends
  • jsGrid
  • Material Design Lite

Requirements

  • Docker and Docker Compose.

Usage

#Start the container
docker-compose up -d               

Access using

http://localhost:9091/

About

webui for open ALPR, with node.js, express.js and mongodb in docker.


Languages

Language:JavaScript 48.4%Language:EJS 36.2%Language:Shell 7.0%Language:CSS 5.3%Language:Dockerfile 2.7%Language:Makefile 0.4%