All Projects → kslat3r → Anpr Dashcam

kslat3r / Anpr Dashcam

Licence: mit
A simple automatic number plate recognition system

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Anpr Dashcam

Pi Pwnbox Rogueap
Homemade Pwnbox 🚀 / Rogue AP 📡 based on Raspberry Pi — WiFi Hacking Cheatsheets + MindMap 💡
Stars: ✭ 798 (+3225%)
Mutual labels:  raspberry-pi
Rpi Dashboard Ansible
Ansible provisioning for our RPI dashboards
Stars: ✭ 16 (-33.33%)
Mutual labels:  raspberry-pi
Piku
The tiniest PaaS you've ever seen. Piku allows you to do git push deployments to your own servers.
Stars: ✭ 902 (+3658.33%)
Mutual labels:  raspberry-pi
Fprime
F' - A flight software and embedded systems framework
Stars: ✭ 8,642 (+35908.33%)
Mutual labels:  raspberry-pi
Tensorflow On Arm
TensorFlow for Arm
Stars: ✭ 837 (+3387.5%)
Mutual labels:  raspberry-pi
Signalbox
DCC Project
Stars: ✭ 17 (-29.17%)
Mutual labels:  raspberry-pi
Pytradfri
IKEA Trådfri/Tradfri API. Control and observe your lights from Python. Examples available. On pypi. Sans-io.
Stars: ✭ 778 (+3141.67%)
Mutual labels:  raspberry-pi
Pihole config
My personal configuration for pihole
Stars: ✭ 23 (-4.17%)
Mutual labels:  raspberry-pi
H264 Live Player
A live h264 player for the browser (ideal for raspberrypi / raspicam )
Stars: ✭ 886 (+3591.67%)
Mutual labels:  raspberry-pi
Raspberrypi exporter
Prometheus exporter for Raspberry Pi metrics
Stars: ✭ 18 (-25%)
Mutual labels:  raspberry-pi
Rpi Debian Builder
Build your own Debian image for Raspberry Pi
Stars: ✭ 6 (-75%)
Mutual labels:  raspberry-pi
Awesome Embedded
A curated list of awesome embedded programming.
Stars: ✭ 831 (+3362.5%)
Mutual labels:  raspberry-pi
Ulnoiot Upy
retired version of ulnoiot based on micropython
Stars: ✭ 17 (-29.17%)
Mutual labels:  raspberry-pi
Circle
A C++ bare metal environment for Raspberry Pi with USB (32 and 64 bit)
Stars: ✭ 816 (+3300%)
Mutual labels:  raspberry-pi
Fotobox
Python based photo-booth script for Raspberry Pi and RPi Camera
Stars: ✭ 22 (-8.33%)
Mutual labels:  raspberry-pi
Sitewhere
SiteWhere is an industrial strength open-source application enablement platform for the Internet of Things (IoT). It provides a multi-tenant microservice-based infrastructure that includes device/asset management, data ingestion, big-data storage, and integration through a modern, scalable architecture. SiteWhere provides REST APIs for all system functionality. SiteWhere provides SDKs for many common device platforms including Android, iOS, Arduino, and any Java-capable platform such as Raspberry Pi rapidly accelerating the speed of innovation.
Stars: ✭ 788 (+3183.33%)
Mutual labels:  raspberry-pi
Tensorrider self driving car
基于BP神经网络的自动驾驶模型车。包含收集数据、控制模型生成与在线/离线自动运行所需的程序。
Stars: ✭ 17 (-29.17%)
Mutual labels:  raspberry-pi
Gosecure
An easy to use and portable Virtual Private Network (VPN) system built with Linux and a Raspberry Pi. #nsacyber
Stars: ✭ 924 (+3750%)
Mutual labels:  raspberry-pi
Bluetooth Low Energy Led Matrix
Turns a Raspberry Pi 3 into a Bluetooth LE peripheral that controls an LED matrix.
Stars: ✭ 22 (-8.33%)
Mutual labels:  raspberry-pi
Woa Deployer Rpi
WOA Deployer for Raspberry Pi
Stars: ✭ 898 (+3641.67%)
Mutual labels:  raspberry-pi

anpr-dashcam

Preview

This application takes photos of the road ahead, scans for a number plate and displays any information found from the DVLA (UK) for that number plate.

A Node.js/React application designed to run on the Raspberry Pi v3 with touchscreen and camera modules.

Prerequisites

  • Docker

Building the application

docker build -t anpr-dashcam:latest .

Running the application

docker run -it -p 3000:3000 -p 4000:4000 -e MOCK=true anpr-dashcam:latest

Disclaimer

THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].