- Flask Bootstrap 网页实现
- 基于Opencv的车牌识别系统 二维码条形码识别系统
安装docker
cd docker
bash start.sh build
bash start.sh# 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 zbarcd docker
python3 -m pip install -r requirements.txt# 运行
python3 start

