/python_PlateRecogntion

python opencv Flask Bootstrap 车牌识别 二维码条形码识别

Primary LanguageJavaScript

Python Flask Bootstrap opencv 车牌识别 二维码条形码识别

img img img img img

简介

  • Flask Bootstrap 网页实现
  • 基于Opencv的车牌识别系统 二维码条形码识别系统

demo

demo2

demo3

## docker 依赖安装 或者本机依赖安装二选一

docker 依赖安装 运行

安装docker

cd docker
bash start.sh build
bash start.sh

打开 localhost:9999

本机依赖安装 运行

# Installing ZBar for Ubuntu can be accomplished with the following command:
# An OpenCV barcode and QR code scanner with ZBar
sudo apt-get install libzbar0
# Installing ZBar for macOS
# Installing ZBar for macOS using brew is equally as easy (assuming you have Homebrew installed):
brew install zbar
cd docker
python3 -m pip install -r requirements.txt
# 运行
python3 start