meine
meine 🌒 - A CLI file manager and system utility built with Textual. It combines intuitive command parsing with rich t…
python opencv 车牌识别 PlateRecogntion
git clone https://github.com/dreamhunter2333/python_PlateRecogntion.gitdreamhunter2333/python_PlateRecogntion车牌数据来源于网络,侵删
毕业设计基于Opencv的车牌识别系统
你可以选择使用 docker 搭建,或者 本地搭建环境,Linux 搭建,我相信不用介绍配置环境
这里仅介绍 docker 开发环境搭建 和 windows 快速搭建环境, 你也可以自己手动安装依赖
brew install tcl-tk pyenv # macos 12 最低只能安装此版本 pyenv install 3.7.13 brew install mysql@5.7 mysql.server start --skip-grant-tables mysql -uroot CREATE USER 'python'@'%' IDENTIFIED BY 'Python12345@'; CREATE database chepai; GRANT ALL PRIVILEGES ON *.* TO 'python'@'%';
安装 python3.6 https://www.python.org/downloads/release/python-366/
解压后,cmd 执行 start.bat
# 创建虚拟环境 python3 -m venv ./venv # 安装依赖 ./venv/bin/python3 -m pip install -r requirements.txt
如果要自定义配置请新建 .env 文件,复制 .env.sample 的内容到 .env
使用前面的 docker 开发可跳过此步骤,请看 docker 文件夹下的文档
修改 .env 文件中的配置信息为自己百度api信息
修改 .env 文件中数据库相关改为自己的(地址,用户名。密码,数据库名字)
# 运行登录界面 python3 login.py # 运行主界面 python3 main.py # 运行车牌对比识别主界面 python3 match.py # 运行车牌搜索识别主界面 python3 search.py # 运行车牌认证主界面 python3 identification.py # 运行车牌数据库搜索主界面 python3 search_sql.py # 运行 停车场系统 python3 park.py
more like this
meine 🌒 - A CLI file manager and system utility built with Textual. It combines intuitive command parsing with rich t…
Create and add progress bars, Office365 Files and Dropbox Paper papers by labels and link them to your Todoist tasks.
search projects, people, and tags