Thanks to visit codestin.com
Credit goes to github.com

Skip to content

diafasenong/python_PlateRecogntion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

235 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 89.5%
  • Python 8.4%
  • HTML 1.3%
  • Dockerfile 0.3%
  • Shell 0.2%
  • CSS 0.2%
  • TSQL 0.1%